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

[Xen-changelog] [xen-4.0-testing] Revert xen-unstable:23871:503ee256fecf



# HG changeset patch
# User Keir Fraser <keir@xxxxxxx>
# Date 1319475882 -3600
# Node ID da9f945b3db87567bcc7b7c031a4a9c1975e0dcd
# Parent  c26edccc83b42e4fff04619acd4c50e877397aa5
Revert xen-unstable:23871:503ee256fecf

Signed-off-by: Keir Fraser <keir@xxxxxxx>
---


diff -r c26edccc83b4 -r da9f945b3db8 xen/arch/x86/microcode_amd.c
--- a/xen/arch/x86/microcode_amd.c      Mon Oct 24 18:04:31 2011 +0100
+++ b/xen/arch/x86/microcode_amd.c      Mon Oct 24 18:04:42 2011 +0100
@@ -97,7 +97,11 @@
     }
 
     if ( !equiv_cpu_id )
-           return 0;
+    {
+        printk(KERN_ERR "microcode: CPU%d cpu_id "
+               "not found in equivalent cpu table\n", cpu);
+        return -EINVAL;
+    }
 
     if ( (mc_header->processor_rev_id) != equiv_cpu_id )
     {

_______________________________________________
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®.