Commit 4a07e646 authored by David S. Miller's avatar David S. Miller

[SPARC64]: Kill sun4v_register_fault_status() on SMP.

That now gets done as a side effect of taking over the
trap table from OBP.
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 50f4f23c
......@@ -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();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment