61f3c8
diff -up linux-3.10.0-123.el7.x86_64/Makefile.ignorewarnings linux-3.10.0-123.el7.x86_64/Makefile
61f3c8
--- linux-3.10.0-123.el7.x86_64/Makefile.ignorewarnings	2014-05-05 10:58:32.000000000 -0400
61f3c8
+++ linux-3.10.0-123.el7.x86_64/Makefile	2014-06-22 16:39:31.466910127 -0400
61f3c8
@@ -379,7 +379,7 @@ KBUILD_CFLAGS   := -Wall -Wundef -Wstric
61f3c8
 		   -fno-delete-null-pointer-checks
61f3c8
 
61f3c8
 ifeq ($(KBUILD_EXTMOD),)
61f3c8
-ifneq (,$(filter $(ARCH), x86 x86_64))
61f3c8
+ifneq (,$(filter $(ARCH), x86_64))
61f3c8
 KBUILD_CFLAGS   += $(call cc-ifversion, -eq, 0408, -Werror)
61f3c8
 endif
61f3c8
 endif