commit | 50a34dbd612925f2ec55b1781632835ef36b97d5 | [log] [tgz] |
---|---|---|
author | Kyle McMartin <kyle@parisc-linux.org> | Fri Mar 24 21:24:21 2006 -0700 |
committer | Kyle McMartin <kyle@hera.kernel.org> | Thu Mar 30 17:48:54 2006 +0000 |
tree | 1624f33bdbdd367efb8fadebe80da7db275ea1e6 | |
parent | bc8846c522264d2522b0082321ec8c2051a4536f [diff] [blame] |
[PARISC] Add PREEMPT support Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index 6b3c509..2fdf219 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig
@@ -177,14 +177,10 @@ def_bool y depends on ARCH_DISCONTIGMEM_ENABLE +source "kernel/Kconfig.preempt" source "kernel/Kconfig.hz" source "mm/Kconfig" -config PREEMPT - bool -# bool "Preemptible Kernel" - default n - config COMPAT def_bool y depends on 64BIT