Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34076
b: refs/heads/master
c: 5cf1391
h: refs/heads/master
v: v3
  • Loading branch information
Michael Neuling authored and Paul Mackerras committed Aug 8, 2006
1 parent cd17dda commit a2d5993
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2f6093c84730b4bad65bcd0f2f904a5769b1dfc5
refs/heads/master: 5cf13911b1e72707b6f0eb39b2d819ec6e343d76
4 changes: 2 additions & 2 deletions trunk/include/asm-powerpc/lppaca.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
// the processor is yielded (either because of an OS yield or a PLIC
Expand All @@ -128,7 +128,7 @@ struct lppaca {
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
} __attribute__((__aligned__(0x400)));
Expand Down

0 comments on commit a2d5993

Please sign in to comment.