Commit 72cc0b8a authored by Marc Zyngier's avatar Marc Zyngier Committed by Linus Torvalds

[PATCH] Fix arch/alpha/vmlinux.lds.S typos.

The console initcall patch that went in contains a typo that prevents
alpha from building.
parent 33ed54bf
......@@ -63,8 +63,8 @@ SECTIONS
.init.ramfs : { *(.init.ramfs) }
__initramfs_end = .;
. = ALIGN(8)
.con_initcall.init: {
. = ALIGN(8);
.con_initcall.init : {
__con_initcall_start = .;
*(.con_initcall.init)
__con_initcall_end = .;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment