Index: programs/Xserver/hw/xfree86/drivers/via/via_memcpy.c =================================================================== RCS file: /cvs/xorg/xc/programs/Xserver/hw/xfree86/drivers/via/via_memcpy.c,v retrieving revision 1.1 diff -u -3 -p -u -r1.1 via_memcpy.c --- programs/Xserver/hw/xfree86/drivers/via/via_memcpy.c 19 Oct 2004 19:54:36 -0000 1.1 +++ programs/Xserver/hw/xfree86/drivers/via/via_memcpy.c 12 Nov 2004 08:06:14 -0000 @@ -440,6 +440,7 @@ static void * kernel_memcpy(void * to, c static unsigned fastrdtsc(void) { +/* unsigned eax; __asm__ volatile ("\t" "cpuid\n\t" @@ -448,6 +449,8 @@ static unsigned fastrdtsc(void) : "0"(0) : "ebx","ecx","edx","cc"); return eax; +*/ + return 0; }