Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 151184
b: refs/heads/master
c: 6ac5c61
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Rothwell authored and David S. Miller committed Jun 16, 2009
1 parent 54b0f66 commit 3de18a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 9be12f9b1c4fd5f18cc82c170a32bfe1713ba76d
refs/heads/master: 6ac5c610828c051666f667d2bdbd51fc15a59e98
2 changes: 1 addition & 1 deletion trunk/arch/sparc/kernel/smp_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -1542,5 +1542,5 @@ void __init setup_per_cpu_areas(void)

of_fill_in_cpu_data();
if (tlb_type == hypervisor)
mdesc_fill_in_cpu_data(CPU_MASK_ALL_PTR);
mdesc_fill_in_cpu_data(cpu_all_mask);
}
2 changes: 1 addition & 1 deletion trunk/arch/sparc/mm/init_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -1799,7 +1799,7 @@ void __init paging_init(void)

if (tlb_type == hypervisor) {
sun4v_mdesc_init();
mdesc_populate_present_mask(CPU_MASK_ALL_PTR);
mdesc_populate_present_mask(cpu_all_mask);
}

/* Once the OF device tree and MDESC have been setup, we know
Expand Down

0 comments on commit 3de18a7

Please sign in to comment.