Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183069
b: refs/heads/master
c: b6dcefd
h: refs/heads/master
i:
  183067: f0e61d8
v: v3
  • Loading branch information
Roel Kluin authored and Tony Luck committed Feb 26, 2010
1 parent 852fe01 commit d4b51bb
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 04157e4c0612fb820bbef221f6222c402e17af3b
refs/heads/master: b6dcefdef49000fc871a851cba4b48454343cde5
2 changes: 1 addition & 1 deletion trunk/arch/ia64/uv/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ void __init uv_setup(char **cmdline_p)
uv_cpu_hub_info(cpu)->lowmem_remap_top =
lowmem_redir_base + lowmem_redir_size;
uv_cpu_hub_info(cpu)->m_val = m_val;
uv_cpu_hub_info(cpu)->n_val = m_val;
uv_cpu_hub_info(cpu)->n_val = n_val;
uv_cpu_hub_info(cpu)->pnode_mask = (1 << n_val) -1;
uv_cpu_hub_info(cpu)->gpa_mask = (1 << (m_val + n_val)) - 1;
uv_cpu_hub_info(cpu)->gnode_upper = gnode_upper;
Expand Down

0 comments on commit d4b51bb

Please sign in to comment.