]> 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 15:51:08 +0000 (17:51 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Sat, 17 Sep 2011 00:41:12 +0000 (02:41 +0200)
commit0c7f3df1d07a2b05aa27150640047d8b8a078635
tree58ad30d25b782f2da73db9179eb36a8bb1c64cba
parent502d96646c9ed6fcf6599667fe74ee08a2f6e73a
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