projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
567bb8f
)
sh: Fix up typo in arch/sh/kernel/vmlinux.lds.S
author
Paul Mundt
<lethal@linux-sh.org>
Mon, 11 May 2009 03:12:38 +0000
(12:12 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Mon, 11 May 2009 03:12:38 +0000
(12:12 +0900)
.init_ramfs ought to be .init.ramfs, fix it up.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/vmlinux.lds.S
patch
|
blob
|
blame
|
history
diff --git
a/arch/sh/kernel/vmlinux.lds.S
b/arch/sh/kernel/vmlinux.lds.S
index 1a2c8db5cb2a8fd4ffaf6df8b4bbb143083db4c3..d73723080fd131e18b6a11f32ca4038b754857d1 100644
(file)
--- a/
arch/sh/kernel/vmlinux.lds.S
+++ b/
arch/sh/kernel/vmlinux.lds.S
@@
-127,7
+127,7
@@
SECTIONS
#ifdef CONFIG_BLK_DEV_INITRD
. = ALIGN(PAGE_SIZE);
- .init.ramfs : AT(ADDR(.init
_
ramfs) - LOAD_OFFSET) {
+ .init.ramfs : AT(ADDR(.init
.
ramfs) - LOAD_OFFSET) {
__initramfs_start = .;
*(.init.ramfs)
__initramfs_end = .;