From: arighi Date: Wed, 19 May 2010 12:57:22 +0000 (+0000) Subject: lm3s196: enable kernel preemption for the context_switch benchmark. X-Git-Tag: 2.5.0~193 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=215c1ef46da21472bbe51fad8a6395efbc55a3f0;p=bertos.git lm3s196: enable kernel preemption for the context_switch benchmark. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3724 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/boards/ek-lm3s1968/benchmark/context_switch/cfg/cfg_proc.h b/boards/ek-lm3s1968/benchmark/context_switch/cfg/cfg_proc.h index dfa7ece0..ef228257 100644 --- a/boards/ek-lm3s1968/benchmark/context_switch/cfg/cfg_proc.h +++ b/boards/ek-lm3s1968/benchmark/context_switch/cfg/cfg_proc.h @@ -58,7 +58,7 @@ * $WIZ$ type = "boolean" * $WIZ$ conditional_deps = "timer" */ -#define CONFIG_KERN_PREEMPT 0 +#define CONFIG_KERN_PREEMPT 1 /** * Time sharing quantum (a prime number prevents interference effects) [ms].