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:
a763be5
)
[PATCH] m68k: fix reference to init_task in vmlinux-sun3.lds
author
Al Viro
<viro@ftp.linux.org.uk>
Thu, 12 Jan 2006 09:06:38 +0000
(
01:06
-0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Thu, 12 Jan 2006 17:09:05 +0000
(09:09 -0800)
it's *(.data.init_task), not init_task...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/m68k/kernel/vmlinux-sun3.lds
patch
|
blob
|
blame
|
history
diff --git
a/arch/m68k/kernel/vmlinux-sun3.lds
b/arch/m68k/kernel/vmlinux-sun3.lds
index f814e66590e62bf2803971fcab75c5aee35686d3..65cc39c24185569f3141d3b9ea96a8ed5b66b21f 100644
(file)
--- a/
arch/m68k/kernel/vmlinux-sun3.lds
+++ b/
arch/m68k/kernel/vmlinux-sun3.lds
@@
-67,7
+67,7
@@
__init_begin = .;
__initramfs_end = .;
. = ALIGN(8192);
__init_end = .;
- .
init.task : { *(
init_task) }
+ .
data.init.task : { *(.data.
init_task) }
.bss : { *(.bss) } /* BSS */