aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/include/asm/page_mm.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/include/asm/page_mm.h')
-rw-r--r--arch/m68k/include/asm/page_mm.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/m68k/include/asm/page_mm.h b/arch/m68k/include/asm/page_mm.h
index d009f3ea39ab..eeb6764c1053 100644
--- a/arch/m68k/include/asm/page_mm.h
+++ b/arch/m68k/include/asm/page_mm.h
@@ -14,12 +14,6 @@
#include <asm/setup.h>
-#if PAGE_SHIFT < 13
-#define THREAD_SIZE (8192)
-#else
-#define THREAD_SIZE PAGE_SIZE
-#endif
-
#ifndef __ASSEMBLY__
#include <linux/compiler.h>