Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234019
b: refs/heads/master
c: 36e8695
h: refs/heads/master
i:
  234017: eaeb119
  234015: 098f725
v: v3
  • Loading branch information
Benjamin Herrenschmidt committed Mar 9, 2011
1 parent 5e6e5dc commit 10de3b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f2f6dad6ca3b06ae35a2e7b63f38158242c01531
refs/heads/master: 36e8695ca5dcf48c837a6efe6f780c47ac9ec808
3 changes: 2 additions & 1 deletion trunk/arch/powerpc/mm/numa.c
Original file line number Diff line number Diff line change
Expand Up @@ -1516,7 +1516,8 @@ int start_topology_update(void)
{
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) {
vphn_enabled = 1;
setup_cpu_associativity_change_counters();
Expand Down

0 comments on commit 10de3b7

Please sign in to comment.