Skip to content

Commit

Permalink
[SPARC64]: Kill sun4v_register_fault_status() on SMP.
Browse files Browse the repository at this point in the history
That now gets done as a side effect of taking over the
trap table from OBP.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Mar 20, 2006
1 parent 50f4f23 commit 4a07e64
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions arch/sparc64/kernel/smp.c
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,8 @@ void __init smp_callin(void)

__local_per_cpu_offset = __per_cpu_offset(cpuid);

if (tlb_type == hypervisor) {
sun4v_register_fault_status();
if (tlb_type == hypervisor)
sun4v_ktsb_register();
}

__flush_tlb_all();

Expand Down

0 comments on commit 4a07e64

Please sign in to comment.