From e6b5cb3ec4ad43f674f4d259524c4d3eab1be430 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Tue, 17 Jan 2006 17:19:53 -0800 Subject: [PATCH] --- yaml --- r: 18745 b: refs/heads/master c: 8f28afac3494f573ac774030a1f840b7d6237da2 h: refs/heads/master i: 18743: 6d92fc7de2cecc7e5b7dfc74733791a312bffd19 v: v3 --- [refs] | 2 +- trunk/include/asm-powerpc/lppaca.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 54d03baaec18..9667005df6a3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4f3f2f6f3e7ce68c533e7786114f05181772ff6f +refs/heads/master: 8f28afac3494f573ac774030a1f840b7d6237da2 diff --git a/trunk/include/asm-powerpc/lppaca.h b/trunk/include/asm-powerpc/lppaca.h index cd9f11f1ef14..4dc514aabfe7 100644 --- a/trunk/include/asm-powerpc/lppaca.h +++ b/trunk/include/asm-powerpc/lppaca.h @@ -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 @@ -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[];