mm: refactor inactive_file_is_low() to use get_lru_size()
[platform/adaptation/renesas_rcar/renesas_kernel.git] / arch / x86 / Makefile
index e71fc42..5c47726 100644 (file)
@@ -2,7 +2,11 @@
 
 # select defconfig based on actual architecture
 ifeq ($(ARCH),x86)
+  ifeq ($(shell uname -m),x86_64)
+        KBUILD_DEFCONFIG := x86_64_defconfig
+  else
         KBUILD_DEFCONFIG := i386_defconfig
+  endif
 else
         KBUILD_DEFCONFIG := $(ARCH)_defconfig
 endif