patch-2.4.0-test3 linux/arch/i386/kernel/microcode.c

Next file: linux/arch/i386/kernel/pci-irq.c
Previous file: linux/arch/i386/kernel/io_apic.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test2/linux/arch/i386/kernel/microcode.c linux/arch/i386/kernel/microcode.c
@@ -11,6 +11,8 @@
  *		
  *	http://developer.intel.com/design/pentiumii/manuals/243192.htm
  *
+ *	For more information, go to http://www.urbanmyth.org/microcode
+ *
  *	This program is free software; you can redistribute it and/or
  *	modify it under the terms of the GNU General Public License
  *	as published by the Free Software Foundation; either version
@@ -226,7 +228,7 @@
 				}
 
 				wrmsr(0x79, (unsigned int)(m->bits), 0);
-				__asm__ __volatile__ ("cpuid" : : : "ax", "bx", "cx", "dx", "cc");
+				__asm__ __volatile__ ("cpuid" : : : "ax", "bx", "cx", "dx");
 				rdmsr(0x8B, val[0], val[1]);
 
 				req->err = 0;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)