diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2012-03-15 14:20:13 -0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2012-03-20 20:16:12 -0400 |
commit | 1b041885ae1d9938440fc2cf6a444b70ec0a86c9 (patch) | |
tree | 58feb1eb3e72df19161845d418cf9ca714c702d5 /arch/powerpc/include/asm/lppaca.h | |
parent | bc58450b023c5815e5bc54e6d43edbd1e3576fe6 (diff) |
powerpc: Remove the remaining CONFIG_PPC_ISERIES pieces
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/include/asm/lppaca.h')
-rw-r--r-- | arch/powerpc/include/asm/lppaca.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/powerpc/include/asm/lppaca.h b/arch/powerpc/include/asm/lppaca.h index e0298d26ce5d..a76254af0aaa 100644 --- a/arch/powerpc/include/asm/lppaca.h +++ b/arch/powerpc/include/asm/lppaca.h | |||
@@ -41,15 +41,7 @@ | |||
41 | * We only have to have statically allocated lppaca structs on | 41 | * We only have to have statically allocated lppaca structs on |
42 | * legacy iSeries, which supports at most 64 cpus. | 42 | * legacy iSeries, which supports at most 64 cpus. |
43 | */ | 43 | */ |
44 | #ifdef CONFIG_PPC_ISERIES | ||
45 | #if NR_CPUS < 64 | ||
46 | #define NR_LPPACAS NR_CPUS | ||
47 | #else | ||
48 | #define NR_LPPACAS 64 | ||
49 | #endif | ||
50 | #else /* not iSeries */ | ||
51 | #define NR_LPPACAS 1 | 44 | #define NR_LPPACAS 1 |
52 | #endif | ||
53 | 45 | ||
54 | 46 | ||
55 | /* The Hypervisor barfs if the lppaca crosses a page boundary. A 1k | 47 | /* The Hypervisor barfs if the lppaca crosses a page boundary. A 1k |