Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173057
b: refs/heads/master
c: e38e2af
h: refs/heads/master
i:
  173055: eb9301b
v: v3
  • Loading branch information
Cliff Wickman authored and Ingo Molnar committed Nov 23, 2009
1 parent 5e913e2 commit 6e7c226
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: d9c2d5ac6af87b4491bff107113aaf16f6c2b2d9
refs/heads/master: e38e2af1c57c3eb5211331a5b4fcaae0c4a2a918
4 changes: 1 addition & 3 deletions trunk/arch/x86/kernel/tlb_uv.c
Original file line number Diff line number Diff line change
Expand Up @@ -819,10 +819,8 @@ static int __init uv_init_blade(int blade)
*/
apicid = blade_to_first_apicid(blade);
pa = uv_read_global_mmr64(pnode, UVH_BAU_DATA_CONFIG);
if ((pa & 0xff) != UV_BAU_MESSAGE) {
uv_write_global_mmr64(pnode, UVH_BAU_DATA_CONFIG,
uv_write_global_mmr64(pnode, UVH_BAU_DATA_CONFIG,
((apicid << 32) | UV_BAU_MESSAGE));
}
return 0;
}

Expand Down

0 comments on commit 6e7c226

Please sign in to comment.