marcel 2006-04-03 20:55:52 UTC
FreeBSD src repository
Modified files:
sys/kern subr_kdb.c
Log:
In kdb_trap(), change the type of the local variable 'intr' from int
to register_t, as intr_disable() returns the latter and register_t
may be wider than int.
Pointed out by: marius@
Revision Changes Path
1.19 +2 -1 src/sys/kern/subr_kdb.c