diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-05 22:06:20 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-05 22:06:20 -0400 |
commit | 9b6b563c0d2d25ecc3111916031aa7255543fbfb (patch) | |
tree | 07fd029308055461caa157d15a88c01861efc6bb /arch/powerpc/kernel/ppc_ksyms.c | |
parent | b85a046af3a260e079505e8023ccd10e01cf4f2b (diff) |
powerpc: Merge in the ppc64 version of the prom code.
This brings in the ppc64 version of prom_init.c, prom.c and btext.c
and makes them work for ppc32. This also brings in the new calling
convention, where the first entry to the kernel (with r5 != 0) goes
to the prom_init code, which then restarts from the beginning (with
r5 == 0) after it has done its stuff.
For now this also brings in the ppc32 version of setup.c. It also
merges lmb.h.
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/kernel/ppc_ksyms.c')
-rw-r--r-- | arch/powerpc/kernel/ppc_ksyms.c | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/arch/powerpc/kernel/ppc_ksyms.c b/arch/powerpc/kernel/ppc_ksyms.c index 33f742cf979b..91a562e3257b 100644 --- a/arch/powerpc/kernel/ppc_ksyms.c +++ b/arch/powerpc/kernel/ppc_ksyms.c | |||
@@ -212,36 +212,6 @@ EXPORT_SYMBOL(_machine); | |||
212 | EXPORT_SYMBOL(sys_ctrler); | 212 | EXPORT_SYMBOL(sys_ctrler); |
213 | EXPORT_SYMBOL(pmac_newworld); | 213 | EXPORT_SYMBOL(pmac_newworld); |
214 | #endif | 214 | #endif |
215 | #ifdef CONFIG_PPC_OF | ||
216 | EXPORT_SYMBOL(find_devices); | ||
217 | EXPORT_SYMBOL(find_type_devices); | ||
218 | EXPORT_SYMBOL(find_compatible_devices); | ||
219 | EXPORT_SYMBOL(find_path_device); | ||
220 | EXPORT_SYMBOL(device_is_compatible); | ||
221 | EXPORT_SYMBOL(machine_is_compatible); | ||
222 | EXPORT_SYMBOL(find_all_nodes); | ||
223 | EXPORT_SYMBOL(get_property); | ||
224 | EXPORT_SYMBOL(request_OF_resource); | ||
225 | EXPORT_SYMBOL(release_OF_resource); | ||
226 | EXPORT_SYMBOL(pci_busdev_to_OF_node); | ||
227 | EXPORT_SYMBOL(pci_device_to_OF_node); | ||
228 | EXPORT_SYMBOL(pci_device_from_OF_node); | ||
229 | EXPORT_SYMBOL(of_find_node_by_name); | ||
230 | EXPORT_SYMBOL(of_find_node_by_type); | ||
231 | EXPORT_SYMBOL(of_find_compatible_node); | ||
232 | EXPORT_SYMBOL(of_find_node_by_path); | ||
233 | EXPORT_SYMBOL(of_find_all_nodes); | ||
234 | EXPORT_SYMBOL(of_get_parent); | ||
235 | EXPORT_SYMBOL(of_get_next_child); | ||
236 | EXPORT_SYMBOL(of_node_get); | ||
237 | EXPORT_SYMBOL(of_node_put); | ||
238 | #endif /* CONFIG_PPC_OF */ | ||
239 | #if defined(CONFIG_BOOTX_TEXT) | ||
240 | EXPORT_SYMBOL(btext_update_display); | ||
241 | #endif | ||
242 | #if defined(CONFIG_SCSI) && defined(CONFIG_PPC_PMAC) | ||
243 | EXPORT_SYMBOL(note_scsi_host); | ||
244 | #endif | ||
245 | #ifdef CONFIG_VT | 215 | #ifdef CONFIG_VT |
246 | EXPORT_SYMBOL(kd_mksound); | 216 | EXPORT_SYMBOL(kd_mksound); |
247 | #endif | 217 | #endif |