Enforce proper alignment of stack variables which may get accessed with
authormiod <miod@openbsd.org>
Wed, 30 Apr 2014 04:20:31 +0000 (04:20 +0000)
committermiod <miod@openbsd.org>
Wed, 30 Apr 2014 04:20:31 +0000 (04:20 +0000)
commit92d760d010265ffd7f9d75a3b1649dbb985c7405
tree7f6dd3d47f6e6e9964775a5311e006042d0ec85a
parentde141f2d4e9fbbf3ad1143a280c52f8bf7ddb7bc
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@
sys/arch/sparc/sparc/cpu.c
sys/arch/sparc/sparc/trap.c