CVSROOT: /cvs Module name: src Changes by: v...@cvs.openbsd.org 2017/08/30 09:54:33
Modified files: sys/arch/mips64/mips64: fp_emulate.c trap.c Log message: Prefer copyin32() to copyin() when fetching instructions from user space. This improves performance slightly. Discussed with miod@