linux-stable-rt/arch/mips/au1000/common
Sergei Shtylyov 9cfacb790f [MIPS] Alchemy: Fix use of __init code bug exposed by modpost warning
WARNING: vmlinux.o(.text+0x1ca608): Section mismatch: reference to
.init.text: add_wired_entry (between 'config_access' and 'config_read')

by refactoring the code calling add_wired_entry() from config_access() to
a separate function which is called from aau1x_pci_setup(). While at it:

- make some unnecassarily global variables 'static';

- fix the letter case, whitespace, etc. in the comments...

Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2008-01-07 15:32:03 +00:00
..
Makefile
au1xxx_irqmap.c
clocks.c
cputable.c
dbdma.c
dbg_io.c
dma.c
gpio.c
irq.c
pci.c
platform.c
power.c
prom.c
puts.c
reset.c
setup.c
sleeper.S
time.c