aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-h8300/page.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-h8300/page.h')
-rw-r--r--include/asm-h8300/page.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/asm-h8300/page.h b/include/asm-h8300/page.h
index e8c02b8c2d99b..cd35b1cc6cdef 100644
--- a/include/asm-h8300/page.h
+++ b/include/asm-h8300/page.h
@@ -13,12 +13,6 @@
#include <asm/setup.h>
-#if !defined(CONFIG_SMALL_TASKS) && PAGE_SHIFT < 13
-#define KTHREAD_SIZE (8192)
-#else
-#define KTHREAD_SIZE PAGE_SIZE
-#endif
-
#ifndef __ASSEMBLY__
#define get_user_page(vaddr) __get_free_page(GFP_KERNEL)