diff -urN oldtree/arch/i386/lib/usercopy.c newtree/arch/i386/lib/usercopy.c --- oldtree/arch/i386/lib/usercopy.c 2006-07-05 10:06:57.000000000 -0400 +++ newtree/arch/i386/lib/usercopy.c 2006-07-06 06:51:11.000000000 -0400 @@ -14,7 +14,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