diff options
author | Kyle McMartin <kyle@parisc-linux.org> | 2006-03-25 05:24:21 +0100 |
---|---|---|
committer | Kyle McMartin <kyle@hera.kernel.org> | 2006-03-30 19:48:54 +0200 |
commit | 50a34dbd612925f2ec55b1781632835ef36b97d5 (patch) | |
tree | 1624f33bdbdd367efb8fadebe80da7db275ea1e6 /arch/parisc/Kconfig | |
parent | [PARISC] More useful readwrite lock helpers (diff) | |
download | linux-50a34dbd612925f2ec55b1781632835ef36b97d5.tar.xz linux-50a34dbd612925f2ec55b1781632835ef36b97d5.zip |
[PARISC] Add PREEMPT support
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Diffstat (limited to 'arch/parisc/Kconfig')
-rw-r--r-- | arch/parisc/Kconfig | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index 6b3c50964ca9..2fdf21989dc2 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig @@ -177,14 +177,10 @@ config ARCH_DISCONTIGMEM_DEFAULT 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 |