diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2015-04-18 22:40:28 +0200 |
---|---|---|
committer | Paul Gortmaker <paul.gortmaker@windriver.com> | 2015-06-16 20:12:22 +0200 |
commit | 87d0729edd30de340a3cf57043b6b15a7021c28a (patch) | |
tree | fbd72b3f8b715b2c3fd5f396a3340c04e696d186 /arch | |
parent | mips/c-r4k: remove legacy __cpuinit section that crept in (diff) | |
download | linux-87d0729edd30de340a3cf57043b6b15a7021c28a.tar.xz linux-87d0729edd30de340a3cf57043b6b15a7021c28a.zip |
mips/mm/tlbex: remove new instance of __cpuinit 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.
Cc: Steven J. Hill <Steven.Hill@imgtec.com>
Cc: linux-mips@linux-mips.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'arch')
-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 97c87027c17f..d7db82c3fbce 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) { |