Fix typo.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
986e3bed8b
commit
7a18e90447
@ -218,7 +218,7 @@ trap(struct trapframe *frame)
|
||||
type = frame->tf_trapno;
|
||||
|
||||
KASSERT((read_eflags() & PSL_I) == 0,
|
||||
("trap: interrupts enaabled, type %d frame %p", type, frame));
|
||||
("trap: interrupts enabled, type %d frame %p", type, frame));
|
||||
|
||||
#ifdef SMP
|
||||
/* Handler for NMI IPIs used for stopping CPUs. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user