diff options
-rw-r--r-- | hw/slw.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -770,6 +770,8 @@ void add_cpu_idle_state_properties(void) continue; } + prlog(PR_NOTICE, "SLW: Enabling: %s\n", states[i].name); + /* * If a state is supported add each of its property * to its corresponding property buffer. |