projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0afc272
)
Blackfin: replace harcoded define with proper THREAD_SIZE macro
author
Barry Song
<barry.song@analog.com>
Tue, 5 Jan 2010 07:05:50 +0000
(07:05 +0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Tue, 9 Mar 2010 05:30:48 +0000
(
00:30
-0500)
Signed-off-by: Barry Song <barry.song@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/kernel/setup.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/blackfin/kernel/setup.c
b/arch/blackfin/kernel/setup.c
index 8dc7ee1ef336c98f541d7ef9f4e35a20bcbfd08e..a0bc7d3e1bff8da1bd59894f30ad7201089c9272 100644
(file)
--- a/
arch/blackfin/kernel/setup.c
+++ b/
arch/blackfin/kernel/setup.c
@@
-635,7
+635,7
@@
static __init void memory_setup(void)
__bss_start, __bss_stop,
_sdata, _edata,
(void *)&init_thread_union,
- (void *)((int)(&init_thread_union) +
0x2000
),
+ (void *)((int)(&init_thread_union) +
THREAD_SIZE
),
__init_begin, __init_end,
(void *)_ramstart, (void *)memory_end
#ifdef CONFIG_MTD_UCLINUX