Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138563
b: refs/heads/master
c: 098e895
h: refs/heads/master
i:
  138561: 39cd548
  138559: 18a2f3c
v: v3
  • Loading branch information
Jeremy Kerr authored and Benjamin Herrenschmidt committed Mar 24, 2009
1 parent aaf641d commit 00c72b3
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 4032278324bd3b7ad00b0ad687bb6125c4b9fc75
refs/heads/master: 098e8957afd86323db04cbb8deea3bd158f9cc71
6 changes: 4 additions & 2 deletions trunk/arch/powerpc/include/asm/lppaca.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ struct lppaca {
u64 saved_gpr4; // Saved GPR4 x28-x2F
u64 saved_gpr5; // Saved GPR5 x30-x37

u8 reserved4; // Reserved x38-x38
u8 dtl_enable_mask; // Dispatch Trace Log mask x38-x38
u8 donate_dedicated_cpu; // Donate dedicated CPU cycles x39-x39
u8 fpregs_in_use; // FP regs in use x3A-x3A
u8 pmcregs_in_use; // PMC regs in use x3B-x3B
Expand Down Expand Up @@ -134,7 +134,9 @@ struct lppaca {
// CACHE_LINE_4-5 0x0180 - 0x027F Contains PMC interrupt data
//=============================================================================
u32 page_ins; // CMO Hint - # page ins by OS x00-x03
u8 pmc_save_area[252]; // PMC interrupt Area x04-xFF
u8 reserved8[148]; // Reserved x04-x97
volatile u64 dtl_idx; // Dispatch Trace Log head idx x98-x9F
u8 reserved9[96]; // Reserved xA0-xFF
} __attribute__((__aligned__(0x400)));

extern struct lppaca lppaca[];
Expand Down

0 comments on commit 00c72b3

Please sign in to comment.