| Submitter | Nathan Fontenot |
|---|---|
| Date | March 9, 2013, 4:08 a.m. |
| Message ID | <513AB5A4.1060202@linux.vnet.ibm.com> |
| Download | mbox | patch |
| Permalink | /patch/226306/ |
| State | Accepted, archived |
| Commit | b7abef045fdacdb40eef7f22ebbb566d63f9f240 |
| Headers | show |
Comments
Patch
Index: powerpc/arch/powerpc/mm/numa.c =================================================================== --- powerpc.orig/arch/powerpc/mm/numa.c 2013-03-08 19:57:59.000000000 -0600 +++ powerpc/arch/powerpc/mm/numa.c 2013-03-08 19:58:09.000000000 -0600 @@ -1545,9 +1545,8 @@ vphn_enabled = 0; rc = of_reconfig_notifier_register(&dt_update_nb); } - } else if (0 && firmware_has_feature(FW_FEATURE_VPHN) && + } else if (firmware_has_feature(FW_FEATURE_VPHN) && get_lppaca()->shared_proc) { - /* Disabled until races with load balancing are fixed */ if (!vphn_enabled) { prrn_enabled = 0; vphn_enabled = 1;