Commit 10b5aabd authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds

[PATCH] include/asm-h8300/page.h: remove unused KTHREAD_SIZE #define

Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 4eac915d
...@@ -13,12 +13,6 @@ ...@@ -13,12 +13,6 @@
#include <asm/setup.h> #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__ #ifndef __ASSEMBLY__
#define get_user_page(vaddr) __get_free_page(GFP_KERNEL) #define get_user_page(vaddr) __get_free_page(GFP_KERNEL)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment