]> xenbits.xensource.com Git - people/royger/xen-test-framework.git/commitdiff
Undo previous change to link.lds.S
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 3 Dec 2015 15:56:40 +0000 (15:56 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 3 Dec 2015 15:56:40 +0000 (15:56 +0000)
1MB != 0x10000, and while this shouldn't actually matter, it causes the
domain builder to choke for HVM guests.

Revert for now, until the domain builders' behaviour is understood.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
arch/x86/link.lds.S

index 031e2cd51b43b215378760a5ffd1e8561b11e9d8..e9c11b9d7be7c7b7e961a1ef8ce1b1c9867d42df 100644 (file)
@@ -38,7 +38,7 @@ ENTRY(_start)
 
 SECTIONS
 {
-        . = MB(1);
+        . = 0x10000;
 
         .text : {
                 *(.text)