diff options
author | Adrian Bunk <bunk@kernel.org> | 2007-08-27 23:29:53 +0200 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-09-17 07:15:04 +0200 |
commit | e6b6e3ffb9ee8926f9f2f7dc9147df73e27d5828 (patch) | |
tree | ecda5a24187801c1ad46e0d9d90a9fc5f547a52b /include/asm-ppc/bootinfo.h | |
parent | [POWERPC] MPC832x_RDB: Update dts to use SPI1 in QE, register mmc_spi stub (diff) | |
download | linux-e6b6e3ffb9ee8926f9f2f7dc9147df73e27d5828.tar.xz linux-e6b6e3ffb9ee8926f9f2f7dc9147df73e27d5828.zip |
[POWERPC] Remove APUS support from arch/ppc
Current status of APUS:
- arch/powerpc/: removed in 2.6.23
- arch/ppc/: marked BROKEN since 2 years
This therefore removes the remaining parts of APUS support from
arch/ppc, include/asm-ppc, arch/powerpc and include/asm-powerpc.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/asm-ppc/bootinfo.h')
-rw-r--r-- | include/asm-ppc/bootinfo.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/asm-ppc/bootinfo.h b/include/asm-ppc/bootinfo.h index 2ace4a74f263..f6ed77aee328 100644 --- a/include/asm-ppc/bootinfo.h +++ b/include/asm-ppc/bootinfo.h @@ -11,10 +11,6 @@ #include <asm/page.h> -#if defined(CONFIG_APUS) && !defined(__BOOTER__) -#include <asm-m68k/bootinfo.h> -#else - struct bi_record { unsigned long tag; /* tag ID */ unsigned long size; /* size of record (in bytes) */ @@ -44,7 +40,6 @@ bootinfo_addr(unsigned long offset) return (struct bi_record *)_ALIGN((offset) + (1 << 20) - 1, (1 << 20)); } -#endif /* CONFIG_APUS */ #endif /* _PPC_BOOTINFO_H */ |