projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.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
|
blame
|
history
diff --git
a/include/asm-h8300/page.h
b/include/asm-h8300/page.h
index e8c02b8c2d99bb2d138ca200008bf5467d105fd1..cd35b1cc6cdeffbc228f463a67193f24434489f1 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)