diff -urN oldtree/arch/i386/lib/usercopy.c newtree/arch/i386/lib/usercopy.c --- oldtree/arch/i386/lib/usercopy.c 2006-05-09 16:05:45.000000000 +0000 +++ newtree/arch/i386/lib/usercopy.c 2006-05-09 16:14:18.001257250 +0000 @@ -15,7 +15,7 @@ static inline int __movsl_is_ok(unsigned long a1, unsigned long a2, unsigned long n) { -#ifdef CONFIG_X86_INTEL_USERCOPY +#if defined(CONFIG_CPU_SUP_INTEL) && defined(CONFIG_X86_INTEL_USERCOPY) if (n >= 64 && ((a1 ^ a2) & movsl_mask.mask)) return 0; #endif