Module Name: src Committed By: riastradh Date: Mon Jul 13 16:54:03 UTC 2020
Modified Files: src/sys/arch/aarch64/aarch64: fpu.c src/sys/arch/arm/vfp: vfp_init.c Log Message: Use pcu_save_all_on_cpu, not pcu_save. We don't care what curlwp is here; we care whose state is in the fpu registers. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/aarch64/aarch64/fpu.c cvs rdiff -u -r1.67 -r1.68 src/sys/arch/arm/vfp/vfp_init.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.