dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/mips/sgi-ip27
Ralf Baechle 901f616940 MIPS: IP27: Sort out section mismatch.
WARNING: vmlinux.o(.text+0x3059f8): Section mismatch in reference from the function pcibios_plat_dev_init() to the function .devinit.text:request_bridge_irq()
The function pcibios_plat_dev_init() references
the function __devinit request_bridge_irq().
This is often because pcibios_plat_dev_init lacks a __devinit
annotation or the annotation of request_bridge_irq is wrong.

Fixing this one leads to:

WARNING: vmlinux.o(.text+0x1790): Section mismatch in reference from the function request_bridge_irq() to the function .devinit.text:register_bridge_irq()
The function request_bridge_irq() references
the function __devinit register_bridge_irq().
This is often because request_bridge_irq lacks a __devinit
annotation or the annotation of register_bridge_irq is wrong.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2011-10-20 15:00:18 +01:00
..
Kconfig Fix common misspellings 2011-03-31 11:26:23 -03:00
Makefile MIPS: IP27: Migrate to new Platform file 2010-08-05 13:25:47 +01:00
Platform MIPS: IP27: Migrate to new Platform file 2010-08-05 13:25:47 +01:00
TODO Fix common misspellings 2011-03-31 11:26:23 -03:00
ip27-berr.c MIPS: Stop using <asm-generic/int-l64.h>. 2009-03-30 14:49:41 +02:00
ip27-console.c
ip27-hubio.c MIPS: IP27: Fix GCC 4.6.0 build error. 2011-05-10 18:15:25 +01:00
ip27-init.c Fix common misspellings 2011-03-31 11:26:23 -03:00
ip27-irq.c MIPS: IP27: Sort out section mismatch. 2011-10-20 15:00:18 +01:00
ip27-klconfig.c MIPS: IP27: klconfig.c checkpatch cleanup 2010-08-05 13:25:44 +01:00
ip27-klnuma.c MIPS: IP27: Fix GCC 4.6.0 build error. 2011-05-10 18:15:25 +01:00
ip27-memory.c mm: make totalhigh_pages unsigned long 2010-01-11 09:34:03 -08:00
ip27-nmi.c atomic: use <linux/atomic.h> 2011-07-26 16:49:47 -07:00
ip27-reset.c
ip27-smp.c MIPS: SMP: Fix build. 2009-09-30 21:47:00 +02:00
ip27-timer.c Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 2011-05-19 17:44:13 -07:00
ip27-xtalk.c MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users. 2009-06-24 18:34:39 +01:00