um: Set __HAVE_ARCH_GATE_AREA for i386
[pandora-kernel.git] / arch / um / sys-i386 / bugs.c
index a74442d..2c6d0d7 100644 (file)
@@ -12,7 +12,7 @@
 #include "sysdep/ptrace.h"
 
 /* Set during early boot */
-int host_has_cmov = 1;
+static int host_has_cmov = 1;
 static jmp_buf cmov_test_return;
 
 static void cmov_sigill_test_handler(int sig)