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

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



# HG changeset patch
# User Keir Fraser <keir@xxxxxxx>
# Date 1319475815 -3600
# Node ID 81e39a4978ea14e0180ce4692b889083c279773f
# Parent  247fadffacabb1a5ffa7e9f4b61e251e94008c9c
Revert xen-unstable:23871:503ee256fecf

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


diff -r 247fadffacab -r 81e39a4978ea xen/arch/x86/microcode_amd.c
--- a/xen/arch/x86/microcode_amd.c      Mon Oct 24 18:02:42 2011 +0100
+++ b/xen/arch/x86/microcode_amd.c      Mon Oct 24 18:03:35 2011 +0100
@@ -96,7 +96,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®.