mips/mm/tlbex: remove new instance of __cpuinit that crept back in
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Sat, 18 Apr 2015 20:40:28 +0000 (16:40 -0400)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Tue, 16 Jun 2015 18:12:22 +0000 (14:12 -0400)
We removed __cpuinit support (leaving no-op stubs) quite some time ago.
However a new instance was added in commit c5b367835cfc7a8ef53b9670a409ff
("MIPS: Add support for XPA.")

Since we want to clobber the stubs soon, get this removed now.

Cc: Steven J. Hill <Steven.Hill@imgtec.com>
Cc: linux-mips@linux-mips.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
arch/mips/mm/tlbex.c

index 97c87027c17f8bdceedb688e1df4b0e5a5f13eb9..d7db82c3fbcef849d4dead980504bf73521d3daa 100644 (file)
@@ -35,7 +35,7 @@
 #include <asm/uasm.h>
 #include <asm/setup.h>
 
-static int __cpuinitdata mips_xpa_disabled;
+static int mips_xpa_disabled;
 
 static int __init xpa_disable(char *s)
 {