]> git.karo-electronics.de Git - linux-beck.git/commitdiff
m68k/sun3: Remove define statement no longer needed
authorNicholas Krause <xerofoify@gmail.com>
Fri, 4 Jul 2014 16:29:53 +0000 (12:29 -0400)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Sat, 26 Jul 2014 15:48:34 +0000 (17:48 +0200)
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>
arch/m68k/include/asm/sun3_pgalloc.h

index f868506e3350b0075799a30cc0e42206e7e21212..0931388de47f600d75bf52a4fd8a60b8117fe1b2 100644 (file)
 
 #include <asm/tlb.h>
 
-/* FIXME - when we get this compiling */
-/* erm, now that it's compiling, what do we do with it? */
-#define _KERNPG_TABLE 0
-
 extern const char bad_pmd_string[];
 
 #define pmd_alloc_one(mm,address)       ({ BUG(); ((pmd_t *)2); })