CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/08/07 09:47:39
Modified files:
sys/arch/hppa64/hppa64: intr.c
Log message:
Make sure interrupts are properly masked at the level they're established at.
The old code left an interrupt enabled at that level, making spl-protection
non functional.
Remove __packed from struct hppa_iv. Instead re-order the members to pack
things efficient on a 64-bit host. Remove explicit padding.
