CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/01/09 21:07:18
Modified files:
sys/arch/hppa/hppa: mutex.c
sys/arch/hppa/include: mutex.h
Log message:
GCC doesn't respect the aligned attribute for automatic variables. So
having mutexes on the stack, like dlg@ added recently to the scsi code,
doesn't work on hppa. So instead of relying on mutexes being properly
alligned just reserve 4 words and use the one that has the proper alignment.
ok miod@
