summaryrefslogtreecommitdiffstats
path: root/core/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/cpu.c')
-rw-r--r--core/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/cpu.c b/core/cpu.c
index c7e650da..a03cf916 100644
--- a/core/cpu.c
+++ b/core/cpu.c
@@ -871,7 +871,7 @@ void cpu_bringup(void)
/* Add a callin timeout ? If so, call cpu_remove_node(t). */
while (t->state != cpu_state_active) {
- smt_very_low();
+ smt_lowest();
sync();
}
smt_medium();
OpenPOWER on IntegriCloud