patch-2.0.26 linux/arch/i386/kernel/time.c
Next file: linux/arch/i386/mm/init.c
Previous file: linux/arch/i386/kernel/ksyms.c
Back to the patch index
Back to the overall index
- Lines: 12
- Date:
Sun Nov 10 19:40:53 1996
- Orig file:
v2.0.25/linux/arch/i386/kernel/time.c
- Orig date:
Wed Nov 13 11:26:21 1996
diff -u --recursive --new-file v2.0.25/linux/arch/i386/kernel/time.c linux/arch/i386/kernel/time.c
@@ -471,9 +471,9 @@
if( x86_model == 0 ) {
/* turn on cycle counters during power down */
__asm__ __volatile__ (" movl $0x83, %%ecx \n \
- rdmsr \n \
+ .byte 0x0f,0x32 \n \
orl $1,%%eax \n \
- wrmsr \n "
+ .byte 0x0f,0x30 \n "
: : : "ax", "cx", "dx" );
udelay(500);
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov