]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: Remove __init from add_wired_entry()
authorManuel Lauss <manuel.lauss@googlemail.com>
Tue, 2 Aug 2011 17:51:08 +0000 (19:51 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 23 Sep 2011 23:45:51 +0000 (01:45 +0200)
commit0fa496130b58ab36be5afef6d5ebcfd23be6b504
treef1d67a3852a5f91fcac5ae4268fa5ca3e51cccf7
parent404b3fb0b766c91c14cce9b3d0ff940297921a3d
MIPS: Remove __init from add_wired_entry()

For Alchemy-PCI I need to add a wired entry after resuming from RAM;
remove the __init from add_wired_entry() so that this actually works.

Signed-off-by: Manuel Lauss <manuel.lauss@googlemail.com>
To: Linux-MIPS <linux-mips@linux-mips.org>
Patchwork: https://patchwork.linux-mips.org/patch/2684/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/mm/tlb-r3k.c
arch/mips/mm/tlb-r4k.c