From 215c1ef46da21472bbe51fad8a6395efbc55a3f0 Mon Sep 17 00:00:00 2001 From: arighi Date: Wed, 19 May 2010 12:57:22 +0000 Subject: [PATCH] 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 --- boards/ek-lm3s1968/benchmark/context_switch/cfg/cfg_proc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]. -- 2.25.1