diff options
author | Adrian Bunk <bunk@kernel.org> | 2007-08-27 17:29:53 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-09-17 01:15:04 -0400 |
commit | e6b6e3ffb9ee8926f9f2f7dc9147df73e27d5828 (patch) | |
tree | ecda5a24187801c1ad46e0d9d90a9fc5f547a52b /include/asm-ppc/bootinfo.h | |
parent | 8237bf080e9ef6adc3f2adce26060722685bbb15 (diff) |
[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 @@ | |||
11 | 11 | ||
12 | #include <asm/page.h> | 12 | #include <asm/page.h> |
13 | 13 | ||
14 | #if defined(CONFIG_APUS) && !defined(__BOOTER__) | ||
15 | #include <asm-m68k/bootinfo.h> | ||
16 | #else | ||
17 | |||
18 | struct bi_record { | 14 | struct bi_record { |
19 | unsigned long tag; /* tag ID */ | 15 | unsigned long tag; /* tag ID */ |
20 | unsigned long size; /* size of record (in bytes) */ | 16 | unsigned long size; /* size of record (in bytes) */ |
@@ -44,7 +40,6 @@ bootinfo_addr(unsigned long offset) | |||
44 | return (struct bi_record *)_ALIGN((offset) + (1 << 20) - 1, | 40 | return (struct bi_record *)_ALIGN((offset) + (1 << 20) - 1, |
45 | (1 << 20)); | 41 | (1 << 20)); |
46 | } | 42 | } |
47 | #endif /* CONFIG_APUS */ | ||
48 | 43 | ||
49 | 44 | ||
50 | #endif /* _PPC_BOOTINFO_H */ | 45 | #endif /* _PPC_BOOTINFO_H */ |