diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-08-26 20:17:51 -0400 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-08-26 20:24:28 -0400 |
commit | b855192c08fcb14adbc5d3a7cab182022d433cca (patch) | |
tree | 3a10cafbfbf98cafacf667eb218c71300b351bfa /arch/x86/Kconfig | |
parent | d886c73cd4cf02a71e1650cbcb6176799d78aac1 (diff) | |
parent | 3e0e1e9c5a327d4dba8490d83ef55c0564e6e8a7 (diff) |
Merge branch 'x86/urgent' into x86/pat
Reason: Change to is_new_memtype_allowed() in x86/urgent
Resolved semantic conflicts in:
arch/x86/mm/pat.c
arch/x86/mm/ioremap.c
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 8e1595382196..c1e588131f4a 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -24,6 +24,7 @@ config X86 | |||
24 | select HAVE_UNSTABLE_SCHED_CLOCK | 24 | select HAVE_UNSTABLE_SCHED_CLOCK |
25 | select HAVE_IDE | 25 | select HAVE_IDE |
26 | select HAVE_OPROFILE | 26 | select HAVE_OPROFILE |
27 | select HAVE_PERF_COUNTERS if (!M386 && !M486) | ||
27 | select HAVE_IOREMAP_PROT | 28 | select HAVE_IOREMAP_PROT |
28 | select HAVE_KPROBES | 29 | select HAVE_KPROBES |
29 | select ARCH_WANT_OPTIONAL_GPIOLIB | 30 | select ARCH_WANT_OPTIONAL_GPIOLIB |
@@ -742,7 +743,6 @@ config X86_UP_IOAPIC | |||
742 | config X86_LOCAL_APIC | 743 | config X86_LOCAL_APIC |
743 | def_bool y | 744 | def_bool y |
744 | depends on X86_64 || SMP || X86_32_NON_STANDARD || X86_UP_APIC | 745 | depends on X86_64 || SMP || X86_32_NON_STANDARD || X86_UP_APIC |
745 | select HAVE_PERF_COUNTERS if (!M386 && !M486) | ||
746 | 746 | ||
747 | config X86_IO_APIC | 747 | config X86_IO_APIC |
748 | def_bool y | 748 | def_bool y |
@@ -1917,6 +1917,18 @@ config DMAR_DEFAULT_ON | |||
1917 | recommended you say N here while the DMAR code remains | 1917 | recommended you say N here while the DMAR code remains |
1918 | experimental. | 1918 | experimental. |
1919 | 1919 | ||
1920 | config DMAR_BROKEN_GFX_WA | ||
1921 | def_bool n | ||
1922 | prompt "Workaround broken graphics drivers (going away soon)" | ||
1923 | depends on DMAR | ||
1924 | ---help--- | ||
1925 | Current Graphics drivers tend to use physical address | ||
1926 | for DMA and avoid using DMA APIs. Setting this config | ||
1927 | option permits the IOMMU driver to set a unity map for | ||
1928 | all the OS-visible memory. Hence the driver can continue | ||
1929 | to use physical addresses for DMA, at least until this | ||
1930 | option is removed in the 2.6.32 kernel. | ||
1931 | |||
1920 | config DMAR_FLOPPY_WA | 1932 | config DMAR_FLOPPY_WA |
1921 | def_bool y | 1933 | def_bool y |
1922 | depends on DMAR | 1934 | depends on DMAR |