aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k
diff options
context:
space:
mode:
authorNicholas Krause <xerofoify@gmail.com>2014-07-04 12:29:53 -0400
committerGeert Uytterhoeven <geert@linux-m68k.org>2014-07-26 11:48:34 -0400
commit9117710a5997eb078035052800a31b77d47e0e5a (patch)
treef6af889c316d270c4c78b5fa2a18679d17344064 /arch/m68k
parent0b9d22dc579385798d600ccbee022380364f0698 (diff)
m68k/sun3: Remove define statement no longer needed
In the file sun3_pgalloc.h we should remove #define_KERNPG_TABLE equals 0 as this define statement hasn't been used since kernel verison 2.5.18 and is now no longer needed. Signed-off-by: Nicholas Krause <xerofoify@gmail.com> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Diffstat (limited to 'arch/m68k')
-rw-r--r--arch/m68k/include/asm/sun3_pgalloc.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/m68k/include/asm/sun3_pgalloc.h b/arch/m68k/include/asm/sun3_pgalloc.h
index f868506e3350..0931388de47f 100644
--- a/arch/m68k/include/asm/sun3_pgalloc.h
+++ b/arch/m68k/include/asm/sun3_pgalloc.h
@@ -12,10 +12,6 @@
12 12
13#include <asm/tlb.h> 13#include <asm/tlb.h>
14 14
15/* FIXME - when we get this compiling */
16/* erm, now that it's compiling, what do we do with it? */
17#define _KERNPG_TABLE 0
18
19extern const char bad_pmd_string[]; 15extern const char bad_pmd_string[];
20 16
21#define pmd_alloc_one(mm,address) ({ BUG(); ((pmd_t *)2); }) 17#define pmd_alloc_one(mm,address) ({ BUG(); ((pmd_t *)2); })