CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/04/29 22:20:31
Modified files:
sys/arch/sparc/sparc: cpu.c trap.c
Log message:
Enforce proper alignment of stack variables which may get accessed with
double-word load and store instructions. This used to work by chance, but
recent compiler changes no longer put us in the lucky situation.
tweaks kettenis@
