Update to 3.4-final.
[linux-flexiantxendom0-3.2.10.git] / kernel / Kconfig.preempt
index 154787d..2b92ad6 100644 (file)
@@ -37,6 +37,8 @@ config PREEMPT_VOLUNTARY
 config PREEMPT
        bool "Preemptible Kernel (Low-Latency Desktop)"
        depends on !XEN
+       select PREEMPT_COUNT
+       select UNINLINE_SPIN_UNLOCK if !ARCH_INLINE_SPIN_UNLOCK
        help
          This option reduces the latency of the kernel by making
          all kernel code (that is not executing in a critical section)
@@ -54,3 +56,5 @@ config PREEMPT
 
 endchoice
 
+config PREEMPT_COUNT
+       bool
\ No newline at end of file