Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


Add CPU mapper extension and fix to scheduler for time dilation
[palacios.git] / Kconfig
diff --git a/Kconfig b/Kconfig
index c44bc12..b2479b3 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -372,6 +372,13 @@ config DEBUG_SCHEDULER
     help
       This turns on debugging for scheduler
 
+config DEBUG_CPU_MAPPER
+    bool "CPU Mapper"
+    default n
+    depends on DEBUG_ON
+    help
+      This turns on debugging for CPU Mapper
+
 config DEBUG_IO
        bool "IO"
        default n