linux/arch/powerpc/platforms/celleb
Stephen Rothwell 7b2c3c5b1d [POWERPC] Fix section mismatch in PCI code
Create a helper function (alloc_maybe_bootmem) that is marked __init_refok
to limit the chances of mistakenly referring to other __init routines.

WARNING: vmlinux.o(.text+0x2a9c4): Section mismatch: reference to .init.text:.__alloc_bootmem (between '.update_dn_pci_info' and '.pci_dn_reconfig_notifier')
WARNING: vmlinux.o(.text+0x36430): Section mismatch: reference to .init.text:.__alloc_bootmem (between '.mpic_msi_init_allocator' and '.find_ht_magic_addr')
WARNING: vmlinux.o(.text+0x5e804): Section mismatch: reference to .init.text:.__alloc_bootmem (between '.celleb_setup_phb' and '.celleb_fake_pci_write_config')
WARNING: vmlinux.o(.text+0x5e8e8): Section mismatch: reference to .init.text:.__alloc_bootmem (between '.celleb_setup_phb' and '.celleb_fake_pci_write_config')
WARNING: vmlinux.o(.text+0x5e968): Section mismatch: reference to .init.text:.__alloc_bootmem (between '.celleb_setup_phb' and '.celleb_fake_pci_write_config')

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2007-09-19 15:25:34 +10:00
..
Kconfig [POWERPC] Split cell platforms into their respective Kconfig file 2007-03-22 10:05:00 -05:00
Makefile [POWERPC] scc_sio: Fix link failure 2007-06-07 11:44:40 +10:00
beat.c [POWERPC] Celleb: basic support 2007-02-07 14:03:21 +11:00
beat.h [POWERPC] Celleb: basic support 2007-02-07 14:03:21 +11:00
beat_syscall.h [POWERPC] Celleb: hypervisor call numbers 2007-01-24 21:13:59 +11:00
beat_wrapper.h [POWERPC] Celleb: interfaces to the hypervisor 2007-02-07 14:03:21 +11:00
htab.c [POWERPC] Celleb: improve MMU hashtable locking 2007-02-13 15:35:51 +11:00
hvCall.S [POWERPC] Celleb: interfaces to the hypervisor 2007-02-07 14:03:21 +11:00
interrupt.c [POWERPC] Invert null match behaviour for irq_hosts 2007-09-14 01:33:20 +10:00
interrupt.h [POWERPC] Celleb: support interrupts 2007-02-07 14:03:21 +11:00
iommu.c [POWERPC] Rename get_property to of_get_property: arch/powerpc 2007-04-13 03:55:19 +10:00
pci.c [POWERPC] Fix section mismatch in PCI code 2007-09-19 15:25:34 +10:00
pci.h [POWERPC] Celleb: Support PCI bus and base of I/O 2007-01-24 21:35:45 +11:00
scc.h [POWERPC] Celleb: Cell SCC definitions 2007-01-24 21:35:32 +11:00
scc_epci.c [POWERPC] celleb_epci_ops: Use named structure member initializers 2007-08-17 11:01:53 +10:00
scc_sio.c [POWERPC] Init markings for celleb 2007-08-17 11:01:50 +10:00
scc_uhc.c [POWERPC] Celleb: setup usb host controller in SCC 2007-02-07 14:03:21 +11:00
setup.c [POWERPC] Init markings for celleb 2007-08-17 11:01:50 +10:00
smp.c [POWERPC] Celleb: basic support 2007-02-07 14:03:21 +11:00
spu_priv1.c [POWERPC] Celleb: support spu priv1 ops 2007-02-07 14:03:21 +11:00
udbg_beat.c [POWERPC] Celleb: support udbg 2007-02-07 14:03:21 +11:00