h8300: Use generic config PREEMPT definition
authorFrederic Weisbecker <fweisbec@gmail.com>
Tue, 5 Jul 2011 15:45:34 +0000 (17:45 +0200)
committerFrederic Weisbecker <fweisbec@gmail.com>
Tue, 5 Jul 2011 16:01:15 +0000 (18:01 +0200)
So that it can handle the new CONFIG_PREEMPT_COUNT.

Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
arch/h8300/Kconfig.cpu

index d236ab4..15c2228 100644 (file)
@@ -162,9 +162,7 @@ config H8300_TPU_CH
        int "TPU channel"
        depends on H8300_TPU
 
-config PREEMPT
-       bool "Preemptible Kernel"
-       default n
+source "kernel/Kconfig.preempt"
 
 source "mm/Kconfig"