Signed-off-by: Cyrill Gorcunov <[email protected]>
---
tools/kvm/bios/rom.ld.S | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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
}
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html