x86/xen: use capabilities instead of fake cpuid values for acpi
[linux-block.git] / arch / Kconfig
index d0012add6b19204cdb511ff833793da35c94c480..c4d6833aacd98a75a226d337be0d6fb67d80fcd0 100644 (file)
@@ -29,7 +29,7 @@ config OPROFILE_EVENT_MULTIPLEX
          The number of hardware counters is limited. The multiplexing
          feature enables OProfile to gather more events than counters
          are provided by the hardware. This is realized by switching
-         between events at an user specified time interval.
+         between events at a user specified time interval.
 
          If unsure, say N.
 
@@ -700,6 +700,13 @@ config ARCH_MMAP_RND_COMPAT_BITS
          This value can be changed after boot using the
          /proc/sys/vm/mmap_rnd_compat_bits tunable
 
+config HAVE_ARCH_COMPAT_MMAP_BASES
+       bool
+       help
+         This allows 64bit applications to invoke 32-bit mmap() syscall
+         and vice-versa 32-bit applications to call 64-bit mmap().
+         Required for applications doing different bitness syscalls.
+
 config HAVE_COPY_THREAD_TLS
        bool
        help