From 3e164074c421d45f63f43e1fde3be78a43428e4c Mon Sep 17 00:00:00 2001 From: eteo Date: Mon, 17 Mar 2008 14:46:49 +0000 Subject: 2008-03-17 Eugene Teo PR 5947 * autoconf-tsc-khz.c: Remove "&& defined(__i386__)" to make the test more pessimistic. --- runtime/autoconf-tsc-khz.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/autoconf-tsc-khz.c') diff --git a/runtime/autoconf-tsc-khz.c b/runtime/autoconf-tsc-khz.c index 6c3f453e..f60bf6d0 100644 --- a/runtime/autoconf-tsc-khz.c +++ b/runtime/autoconf-tsc-khz.c @@ -1,7 +1,7 @@ #include #include -#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,23)) && defined(__i386__) +#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,23)) #error "tsc_khz is not exported" #endif unsigned int *ptsc = &tsc_khz; -- cgit