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] [xen-unstable] Fix up cset 11228.

# HG changeset patch
# User ssmith@xxxxxxxxxxxxxxxxxxxxxxxxxx
# Node ID ba39c2da5e84b11dd49fb38bb26b29ed585532bc
# Parent  3d36f020e62ad01c5784fabf652086710c591527
Fix up cset 11228.

Signed-off-by: Steven Smith <sos22@xxxxxxxxx>
---
 unmodified_drivers/linux-2.6/platform-pci/platform-pci.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -r 3d36f020e62a -r ba39c2da5e84 
unmodified_drivers/linux-2.6/platform-pci/platform-pci.c
--- a/unmodified_drivers/linux-2.6/platform-pci/platform-pci.c  Mon Sep 04 
13:54:36 2006 -0700
+++ b/unmodified_drivers/linux-2.6/platform-pci/platform-pci.c  Tue Sep 05 
13:57:30 2006 +0100
@@ -153,7 +153,7 @@ static int get_hypercall_stubs(void)
                return -ENOMEM;
 
        for (i = 0; i < pages; i++)
-               wrmsrl(ebx,
+               wrmsrl(msr,
                       virt_to_phys(hypercall_stubs) +  /* base address      */
                       (i << PAGE_SHIFT) +              /* offset of page @i */
                       i);                              /* request page @i   */

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] Fix up cset 11228., Xen patchbot-unstable <=