marcel 2006-02-07 02:02:14 UTC
FreeBSD src repository
Modified files:
sys/ia64/ia64 mca.c
Log:
Allocate memory for the MCA state information with M_NOWAIT. We can
get a MCA event at any moment and it may not be safe to sleep.
MFC after: 3 days
Revision Changes Path
1.11 +1 -1 src/sys/ia64/ia64/mca.c