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>
Mon, 24 Oct 2011 22:34:23 +0000 (23:34 +0100)
commit694b8c35e95078bfe1cb1388bf0cf7942e32f009
tree48bee7be04d87d7c42a27f44cba579e7022159e8
parent1177d99df2a0712764c03d13a3dda6f4e2b23725
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