Message ID | 20110607194154.268842061@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Index: linux-2.6.git/tools/kvm/bios/rom.ld.S =================================================================== --- linux-2.6.git.orig/tools/kvm/bios/rom.ld.S +++ linux-2.6.git/tools/kvm/bios/rom.ld.S @@ -11,7 +11,7 @@ PHDRS { } SECTIONS { - . = 0; - .text : { *(.text) } :text = 0x9090 + . = 0; + .text : { *(.text) } :text = 0x9090 }
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com> --- tools/kvm/bios/rom.ld.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html