Commit 5cf13911 authored by Michael Neuling's avatar Michael Neuling Committed by Paul Mackerras

[POWERPC] Update lppaca offset comments

Update offset comments.  No functional change.
Signed-off-by: default avatarMichael Neuling <mikey@neuling.org>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 2f6093c8
...@@ -116,7 +116,7 @@ struct lppaca { ...@@ -116,7 +116,7 @@ struct lppaca {
//============================================================================= //=============================================================================
// CACHE_LINE_3 0x0100 - 0x007F: This line is shared with other processors // CACHE_LINE_3 0x0100 - 0x017F: This line is shared with other processors
//============================================================================= //=============================================================================
// This is the yield_count. An "odd" value (low bit on) means that // This is the yield_count. An "odd" value (low bit on) means that
// the processor is yielded (either because of an OS yield or a PLIC // the processor is yielded (either because of an OS yield or a PLIC
...@@ -128,7 +128,7 @@ struct lppaca { ...@@ -128,7 +128,7 @@ struct lppaca {
u8 reserved6[124]; // Reserved x04-x7F u8 reserved6[124]; // Reserved x04-x7F
//============================================================================= //=============================================================================
// CACHE_LINE_4-5 0x0100 - 0x01FF Contains PMC interrupt data // CACHE_LINE_4-5 0x0180 - 0x027F Contains PMC interrupt data
//============================================================================= //=============================================================================
u8 pmc_save_area[256]; // PMC interrupt Area x00-xFF u8 pmc_save_area[256]; // PMC interrupt Area x00-xFF
} __attribute__((__aligned__(0x400))); } __attribute__((__aligned__(0x400)));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment