diff options
author | Paul Mackerras <paulus@samba.org> | 2006-03-27 18:22:10 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-03-27 18:22:10 -0500 |
commit | 0a26b1364f14852bc9a51db0ca63c5250c775627 (patch) | |
tree | 83422473cb4bf4c450012cded06288a0dc6abedf /arch/ppc/kernel/ppc_ksyms.c | |
parent | ff2e6d7e27cf1f757ab0d97e1a9e46de47152a0e (diff) |
ppc: Remove CHRP, POWER3 and POWER4 support from arch/ppc
32-bit CHRP machines are now supported only in arch/powerpc, as are
all 64-bit PowerPC processors. This means that we don't use
Open Firmware on any platform in arch/ppc any more.
This makes PReP support a single-platform option like every other
platform support option in arch/ppc now, thus CONFIG_PPC_MULTIPLATFORM
is gone from arch/ppc. CONFIG_PPC_PREP is the option that selects
PReP support and is generally what has replaced
CONFIG_PPC_MULTIPLATFORM within arch/ppc.
_machine is all but dead now, being #defined to 0.
Updated Makefiles, comments and Kconfig options generally to reflect
these changes.
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc/kernel/ppc_ksyms.c')
-rw-r--r-- | arch/ppc/kernel/ppc_ksyms.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/arch/ppc/kernel/ppc_ksyms.c b/arch/ppc/kernel/ppc_ksyms.c index 683e028000e9..865ba74991a9 100644 --- a/arch/ppc/kernel/ppc_ksyms.c +++ b/arch/ppc/kernel/ppc_ksyms.c | |||
@@ -29,7 +29,6 @@ | |||
29 | #include <linux/adb.h> | 29 | #include <linux/adb.h> |
30 | #include <linux/cuda.h> | 30 | #include <linux/cuda.h> |
31 | #include <linux/pmu.h> | 31 | #include <linux/pmu.h> |
32 | #include <asm/prom.h> | ||
33 | #include <asm/system.h> | 32 | #include <asm/system.h> |
34 | #include <asm/pci-bridge.h> | 33 | #include <asm/pci-bridge.h> |
35 | #include <asm/irq.h> | 34 | #include <asm/irq.h> |
@@ -207,27 +206,6 @@ EXPORT_SYMBOL(adb_try_handler_change); | |||
207 | EXPORT_SYMBOL(cuda_request); | 206 | EXPORT_SYMBOL(cuda_request); |
208 | EXPORT_SYMBOL(cuda_poll); | 207 | EXPORT_SYMBOL(cuda_poll); |
209 | #endif /* CONFIG_ADB_CUDA */ | 208 | #endif /* CONFIG_ADB_CUDA */ |
210 | #ifdef CONFIG_PPC_OF | ||
211 | EXPORT_SYMBOL(find_devices); | ||
212 | EXPORT_SYMBOL(find_type_devices); | ||
213 | EXPORT_SYMBOL(find_compatible_devices); | ||
214 | EXPORT_SYMBOL(find_path_device); | ||
215 | EXPORT_SYMBOL(device_is_compatible); | ||
216 | EXPORT_SYMBOL(machine_is_compatible); | ||
217 | EXPORT_SYMBOL(find_all_nodes); | ||
218 | EXPORT_SYMBOL(get_property); | ||
219 | EXPORT_SYMBOL(request_OF_resource); | ||
220 | EXPORT_SYMBOL(release_OF_resource); | ||
221 | EXPORT_SYMBOL(of_find_node_by_name); | ||
222 | EXPORT_SYMBOL(of_find_node_by_type); | ||
223 | EXPORT_SYMBOL(of_find_compatible_node); | ||
224 | EXPORT_SYMBOL(of_find_node_by_path); | ||
225 | EXPORT_SYMBOL(of_find_all_nodes); | ||
226 | EXPORT_SYMBOL(of_get_parent); | ||
227 | EXPORT_SYMBOL(of_get_next_child); | ||
228 | EXPORT_SYMBOL(of_node_get); | ||
229 | EXPORT_SYMBOL(of_node_put); | ||
230 | #endif /* CONFIG_PPC_OF */ | ||
231 | #if defined(CONFIG_BOOTX_TEXT) | 209 | #if defined(CONFIG_BOOTX_TEXT) |
232 | EXPORT_SYMBOL(btext_update_display); | 210 | EXPORT_SYMBOL(btext_update_display); |
233 | #endif | 211 | #endif |