Commit 87d0729e authored by Paul Gortmaker's avatar Paul Gortmaker

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 c5b36783
("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: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 719cc170
......@@ -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)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment