[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] Increase size of xen_start_info_union since start_info structure



ChangeSet 1.1765, 2005/06/28 16:35:45+01:00, cl349@xxxxxxxxxxxxxxxxxxxx

        Increase size of xen_start_info_union since start_info structure
        size is > 512 bytes.
        Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx>



 arch/xen/i386/kernel/head.S  |    2 +-
 include/asm-xen/hypervisor.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


diff -Nru a/linux-2.6.11-xen-sparse/arch/xen/i386/kernel/head.S 
b/linux-2.6.11-xen-sparse/arch/xen/i386/kernel/head.S
--- a/linux-2.6.11-xen-sparse/arch/xen/i386/kernel/head.S       2005-06-28 
14:02:09 -04:00
+++ b/linux-2.6.11-xen-sparse/arch/xen/i386/kernel/head.S       2005-06-28 
14:02:09 -04:00
@@ -34,7 +34,7 @@
 
        /* Copy the necessary stuff from xen_start_info structure. */
        mov  $xen_start_info_union,%edi
-       mov  $128,%ecx
+       mov  $512,%ecx
        rep movsl
 
 #ifdef CONFIG_SMP
diff -Nru a/linux-2.6.11-xen-sparse/include/asm-xen/hypervisor.h 
b/linux-2.6.11-xen-sparse/include/asm-xen/hypervisor.h
--- a/linux-2.6.11-xen-sparse/include/asm-xen/hypervisor.h      2005-06-28 
14:02:09 -04:00
+++ b/linux-2.6.11-xen-sparse/include/asm-xen/hypervisor.h      2005-06-28 
14:02:09 -04:00
@@ -49,7 +49,7 @@
 union xen_start_info_union
 {
     start_info_t xen_start_info;
-    char padding[512];
+    char padding[2048];
 };
 extern union xen_start_info_union xen_start_info_union;
 #define xen_start_info (xen_start_info_union.xen_start_info)

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.