Module Name: src Committed By: palle Date: Sat Jan 3 11:22:14 UTC 2015
Modified Files: src/sys/arch/sparc64/include: cpu.h src/sys/arch/sparc64/sparc64: ipifuncs.c Log Message: smp_tlb_flush_pte(): Avoid run-time check for cpu type/implementation by installing correct function pointer in sparc64_ip_init(). sparc64_send_ipi() is changed to a function pointer as well to avoid run-time checks. To generate a diff of this commit: cvs rdiff -u -r1.113 -r1.114 src/sys/arch/sparc64/include/cpu.h cvs rdiff -u -r1.53 -r1.54 src/sys/arch/sparc64/sparc64/ipifuncs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.