CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2011/04/05 09:46:53
Modified files: sys/arch/hppa64/hppa64: genassym.cf locore.S machdep.c sys/arch/hppa64/include: cpu.h Log message: Move PSW in struct cpu_info. Also ensure that we leave interrupts disabled when switching to virtual mode in the trap handler. Re-enabling interrupts whilst in the trap handler for an interrupt makes life interesting. ok kettenis@