|
@@ -1516,7 +1516,8 @@ int start_topology_update(void)
|
|
{
|
|
{
|
|
int rc = 0;
|
|
int rc = 0;
|
|
|
|
|
|
- if (firmware_has_feature(FW_FEATURE_VPHN) &&
|
|
|
|
|
|
+ /* Disabled until races with load balancing are fixed */
|
|
|
|
+ if (0 && firmware_has_feature(FW_FEATURE_VPHN) &&
|
|
get_lppaca()->shared_proc) {
|
|
get_lppaca()->shared_proc) {
|
|
vphn_enabled = 1;
|
|
vphn_enabled = 1;
|
|
setup_cpu_associativity_change_counters();
|
|
setup_cpu_associativity_change_counters();
|