WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Fix build.

# HG changeset patch
# User cl349@xxxxxxxxxxxxxxxxxxxx
# Node ID 2c5873f99fe58587ec860edd42587075694eb451
# Parent  0c94043f5c5b845a2b0731c444aec09ef7a901f4
Fix build.

Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx>

diff -r 0c94043f5c5b -r 2c5873f99fe5 
linux-2.6-xen-sparse/arch/i386/kernel/time-xen.c
--- a/linux-2.6-xen-sparse/arch/i386/kernel/time-xen.c  Wed Feb  1 15:28:50 2006
+++ b/linux-2.6-xen-sparse/arch/i386/kernel/time-xen.c  Wed Feb  1 16:30:28 2006
@@ -563,7 +563,7 @@
        }
 #else
        if (in_lock_functions(pc))
-               return *(unsigned long *)(regs->REG_BP + 4);
+               return *(unsigned long *)(regs->ebp + 4);
 #endif
 
        return pc;

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Fix build., Xen patchbot -unstable <=