build fix: disable check for currently dead code 13/head
authorOleksij Rempel <linux@rempel-privat.de>
Mon, 8 Apr 2013 08:08:46 +0000 (10:08 +0200)
committerOleksij Rempel <linux@rempel-privat.de>
Tue, 9 Apr 2013 14:20:19 +0000 (16:20 +0200)
Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
target_firmware/magpie_fw_dev/target/cmnos/dbg_api.c

index 930a14ca1a4941a03ca9be7a6832f662cdb48612..1068ce24f20235b26dbeb5542f7ed1cf824849c7 100755 (executable)
@@ -739,7 +739,8 @@ int db_info_cmd(char* cmd, char* param1, char* param2, char* param3)
        {
                A_ALLOCRAM_DEBUG();
        }
-#if SYSTEM_MODULE_SYS_MONITOR
+#if 0  /* TODO: SYSTEM_MODULE_SYS_MONITOR depends on _ROM_ or _RAM_ which
+       * is dead too */
        else if(strcmp(param1, "cpu") == 0)
                zfPrintCpuUtilization();
 #endif