From: Martin Mares Date: Sat, 18 Feb 2012 16:53:32 +0000 (+0100) Subject: Config: Enable CONFIG_EXACT_CPU in debugging configuration X-Git-Tag: v5.0~29 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=9c4e12fb17f9ca11baa89e9e63061d90536117c4;p=libucw.git Config: Enable CONFIG_EXACT_CPU in debugging configuration --- diff --git a/debug/default.cfg b/debug/default.cfg index a309a07b..267212a5 100644 --- a/debug/default.cfg +++ b/debug/default.cfg @@ -4,3 +4,4 @@ Include("default.cfg"); Set("CONFIG_LOCAL"); UnSet("CONFIG_SHARED"); Set("CONFIG_DEBUG"); +Set("CONFIG_EXACT_CPU");