aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-02-12 13:12:27 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2016-02-12 13:12:27 -0800
commit29f1bf34ed38222372365657b9498af2e3f8c208 (patch)
treef7eae19a8fd7e95256657dbdcbf24e7e7dab2c5b /arch
parentMerge tag 'mmc-v4.5-rc2' of git://git.linaro.org/people/ulf.hansson/mmc (diff)
parentarch/x86/Kconfig: CONFIG_X86_UV should depend on CONFIG_EFI (diff)
downloadlinux-dev-29f1bf34ed38222372365657b9498af2e3f8c208.tar.xz
linux-dev-29f1bf34ed38222372365657b9498af2e3f8c208.zip
Merge branch 'akpm'(patches from Andrew)
Merge fixes from Andrew Morton: "10 fixes" The lockdep hlist conversion is in the locking tree too, waiting for the next merge window. Andrew thought it should go in now. I'll take it, since it fixes a real problem and looks trivially correct (famous last words). * emailed patches from Andrew Morton <akpm@linux-foundation.org>: arch/x86/Kconfig: CONFIG_X86_UV should depend on CONFIG_EFI mm: fix pfn_t vs highmem kernel/locking/lockdep.c: convert hash tables to hlists mm,thp: fix spellos in describing __HAVE_ARCH_FLUSH_PMD_TLB_RANGE mm,thp: khugepaged: call pte flush at the time of collapse mm/backing-dev.c: fix error path in wb_init() mm, dax: check for pmd_none() after split_huge_pmd() vsprintf: kptr_restrict is okay in IRQ when 2 mm: fix filemap.c kernel doc warning ubsan: cosmetic fix to Kconfig text
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 9af2e6338400..ab2ed5328f0a 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -475,6 +475,7 @@ config X86_UV
depends on X86_64
depends on X86_EXTENDED_PLATFORM
depends on NUMA
+ depends on EFI
depends on X86_X2APIC
depends on PCI
---help---