patch-2.3.31 linux/arch/i386/kernel/time.c

Next file: linux/arch/i386/mm/ioremap.c
Previous file: linux/arch/i386/kernel/sys_i386.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.30/linux/arch/i386/kernel/time.c linux/arch/i386/kernel/time.c
@@ -80,8 +80,7 @@
 
 static inline unsigned long do_fast_gettimeoffset(void)
 {
-	register unsigned long eax asm("ax");
-	register unsigned long edx asm("dx");
+	register unsigned long eax, edx;
 
 	/* Read the Time Stamp Counter */
 

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