projects
/
platform
/
kernel
/
linux-3.10.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4eac915
)
[PATCH] include/asm-h8300/page.h: remove unused KTHREAD_SIZE #define
author
Adrian Bunk
<bunk@stusta.de>
Wed, 11 Jan 2006 20:17:20 +0000
(12:17 -0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Thu, 12 Jan 2006 02:42:09 +0000
(18:42 -0800)
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>
include/asm-h8300/page.h
patch
|
blob
|
history
diff --git
a/include/asm-h8300/page.h
b/include/asm-h8300/page.h
index
e8c02b8
..
cd35b1c
100644
(file)
--- 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)