diff options
author | Arnd Bergmann <arnd@arndb.de> | 2006-11-27 13:18:55 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-12-04 04:41:12 -0500 |
commit | e055595d3e5f5233374211bc6893e5d16976df99 (patch) | |
tree | 2694e83df4035fb4a17276d605ba507d50ffcc05 /include/asm-powerpc/elf.h | |
parent | da06aa08d9f23e4f970d9a25a6e52f9a7736bfa2 (diff) |
[POWERPC] cell: fix building without spufs
It may be desireable to build a kernel for cell without
spufs, e.g. as the initial kboot kernel. This requires
that the SPU specific parts of the core dump and the xmon
code depend on CONFIG_SPU_BASE instead of CONFIG_PPC_CELL.
Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
Diffstat (limited to 'include/asm-powerpc/elf.h')
-rw-r--r-- | include/asm-powerpc/elf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-powerpc/elf.h b/include/asm-powerpc/elf.h index 4545aa682509..b5436642a109 100644 --- a/include/asm-powerpc/elf.h +++ b/include/asm-powerpc/elf.h | |||
@@ -411,7 +411,7 @@ do { \ | |||
411 | /* Keep this the last entry. */ | 411 | /* Keep this the last entry. */ |
412 | #define R_PPC64_NUM 107 | 412 | #define R_PPC64_NUM 107 |
413 | 413 | ||
414 | #ifdef CONFIG_PPC_CELL | 414 | #ifdef CONFIG_SPU_BASE |
415 | /* Notes used in ET_CORE. Note name is "SPU/<fd>/<filename>". */ | 415 | /* Notes used in ET_CORE. Note name is "SPU/<fd>/<filename>". */ |
416 | #define NT_SPU 1 | 416 | #define NT_SPU 1 |
417 | 417 | ||