--- xen-unstable/xen/arch/x86/time.c 2005-03-24 22:16:27.000000000 -0600 +++ xen-unstable.work/xen/arch/x86/time.c 2005-03-25 14:21:03.000000000 -0600 @@ -135,7 +135,7 @@ static unsigned long __init calibrate_ts diff = end - start; -#if defined(_i386__) +#if defined(__i386__) /* If quotient doesn't fit in 32 bits then we return error (zero). */ if ( diff & ~0xffffffffULL ) return 0;