Module Name: src Committed By: skrll Date: Sun Aug 9 06:26:49 UTC 2020
Modified Files: src/sys/arch/mips/include: cpu.h src/sys/arch/mips/mips: cpu_subr.c src/sys/uvm/pmap: pmap_tlb.c Log Message: Don't kcpuset_clone every pmap_tlb_shootdown_bystanders. Instead allocate a kcpuset_t per cpu_info and use that. To generate a diff of this commit: cvs rdiff -u -r1.129 -r1.130 src/sys/arch/mips/include/cpu.h cvs rdiff -u -r1.56 -r1.57 src/sys/arch/mips/mips/cpu_subr.c cvs rdiff -u -r1.33 -r1.34 src/sys/uvm/pmap/pmap_tlb.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.