Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 18745
b: refs/heads/master
c: 8f28afa
h: refs/heads/master
i:
  18743: 6d92fc7
v: v3
  • Loading branch information
Linus Torvalds committed Jan 18, 2006
1 parent 6d945e1 commit e6b5cb3
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: 4f3f2f6f3e7ce68c533e7786114f05181772ff6f
refs/heads/master: 8f28afac3494f573ac774030a1f840b7d6237da2
4 changes: 2 additions & 2 deletions trunk/include/asm-powerpc/lppaca.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

/* The Hypervisor barfs if the lppaca crosses a page boundary. A 1k
* alignment is sufficient to prevent this */
struct __attribute__((__aligned__(0x400))) lppaca {
struct lppaca {
//=============================================================================
// CACHE_LINE_1 0x0000 - 0x007F Contains read-only data
// NOTE: The xDynXyz fields are fields that will be dynamically changed by
Expand Down Expand Up @@ -129,7 +129,7 @@ struct __attribute__((__aligned__(0x400))) lppaca {
// CACHE_LINE_4-5 0x0100 - 0x01FF Contains PMC interrupt data
//=============================================================================
u8 pmc_save_area[256]; // PMC interrupt Area x00-xFF
};
} __attribute__((__aligned__(0x400)));

extern struct lppaca lppaca[];

Expand Down

0 comments on commit e6b5cb3

Please sign in to comment.