Skip to content

Commit

Permalink
MIPS: tlbex.c: Remove new instance of __cpuinitdata that crept back in
Browse files Browse the repository at this point in the history
We removed __cpuinit support (leaving no-op stubs) quite some time ago.
However a new instance was added in commit c5b3678
("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>
  • Loading branch information
Paul Gortmaker authored and Ralf Baechle committed Jun 21, 2015
1 parent 9a8f4ea commit a2d25e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/mm/tlbex.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit a2d25e6

Please sign in to comment.