Commit 28532196 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] ppc64: Disable SMT snooze by default

From: Anton Blanchard <anton@samba.org>

Disable SMT snooze by default
parent ac55528c
......@@ -1340,7 +1340,7 @@ smt_setup(void)
}
if (!found) {
my_smt_snooze_delay = 30000; /* default value */
my_smt_snooze_delay = 0; /* default value */
}
} else {
my_smt_snooze_delay = 0; /* default value */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment