diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-01-11 12:17:20 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-11 18:42:09 -0800 |
commit | 10b5aabddd1e8f26fdccc56666ddcad653e02fd6 (patch) | |
tree | 8e6ea18a28efe218cd6720a4588a8a3f76b1d085 /include | |
parent | 4eac915d02453e81a32595cd7423492c81337a26 (diff) | |
download | linux-3.10-10b5aabddd1e8f26fdccc56666ddcad653e02fd6.tar.gz linux-3.10-10b5aabddd1e8f26fdccc56666ddcad653e02fd6.tar.bz2 linux-3.10-10b5aabddd1e8f26fdccc56666ddcad653e02fd6.zip |
[PATCH] include/asm-h8300/page.h: remove unused KTHREAD_SIZE #define
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-h8300/page.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/asm-h8300/page.h b/include/asm-h8300/page.h index e8c02b8c2d9..cd35b1cc6cd 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) |