summaryrefslogtreecommitdiffstats
path: root/src/htm.c
diff options
context:
space:
mode:
authorMichael Neuling <mikey@neuling.org>2018-06-19 15:25:22 +1000
committerAlistair Popple <alistair@popple.id.au>2018-06-25 14:48:09 +1000
commit3c9aee0873507277f491e97f771e708f6b004fe6 (patch)
tree1c896a47213e829d6dc61a1610750b888771422d /src/htm.c
parent570fb374c6929c09bb9e685d623277fcdef1e853 (diff)
downloadpdbg-3c9aee0873507277f491e97f771e708f6b004fe6.tar.gz
pdbg-3c9aee0873507277f491e97f771e708f6b004fe6.zip
htm: Remove old comments and prints
Signed-off-by: Michael Neuling <mikey@neuling.org>
Diffstat (limited to 'src/htm.c')
-rw-r--r--src/htm.c13
1 files changed, 1 insertions, 12 deletions
diff --git a/src/htm.c b/src/htm.c
index e28c75e..8e99ef2 100644
--- a/src/htm.c
+++ b/src/htm.c
@@ -323,8 +323,6 @@ int run_htm(int optind, int argc, char *argv[])
}
if (type == HTM_CORE) {
- fprintf(stderr, "Warning: Core HTM is currently experimental\n");
-
pdbg_for_each_class_target("core", target) {
if (target_selected(target)) {
if (!core_target) {
@@ -343,15 +341,7 @@ int run_htm(int optind, int argc, char *argv[])
return 0;
}
- /*
- * Check that powersave is off.
- *
- * This is as easy as checking that every single
- * thread is "ACTIVE" and hasn't gone into any sleep
- * state.
- *
- * On P9 it requires checking for THREAD_STATUS_STOP
- */
+ /* Check that powersave is off */
pdbg_for_each_class_target("thread", target) {
pdbg_target_probe(target);
@@ -360,7 +350,6 @@ int run_htm(int optind, int argc, char *argv[])
if (!is_smt1(target))
return 0;
-
}
/* Select the correct chtm target */
OpenPOWER on IntegriCloud