diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2015-04-27 18:47:59 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-06-21 21:53:45 +0200 |
commit | a2d25e63ee50e8a09056e206a27512e3ea85b480 (patch) | |
tree | 2191970a91b866279b694043b208a5fbe4b576cd /arch/mips/mm | |
parent | 9a8f4ea03462f2364a1b1a82af27672f2f366eaf (diff) | |
download | op-kernel-dev-a2d25e63ee50e8a09056e206a27512e3ea85b480.zip op-kernel-dev-a2d25e63ee50e8a09056e206a27512e3ea85b480.tar.gz |
MIPS: tlbex.c: Remove new instance of __cpuinitdata that crept back in
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.
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Cc: Steven J. Hill <Steven.Hill@imgtec.com>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/9894/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/mm')
-rw-r--r-- | arch/mips/mm/tlbex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/mm/tlbex.c b/arch/mips/mm/tlbex.c index 97c8702..d7db82c 100644 --- a/arch/mips/mm/tlbex.c +++ b/arch/mips/mm/tlbex.c @@ -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) { |