Fix typo. Remove spurious blank line.
MFC after: 3 days
This commit is contained in:
parent
b2ef3bae84
commit
98db43f4e2
@ -914,7 +914,7 @@ amd64_syscall(struct thread *td, int traced)
|
||||
}
|
||||
|
||||
KASSERT(PCB_USER_FPU(td->td_pcb),
|
||||
("System call %s returing with kernel FPU ctx leaked",
|
||||
("System call %s returning with kernel FPU ctx leaked",
|
||||
syscallname(td->td_proc, sa.code)));
|
||||
KASSERT(td->td_pcb->pcb_save == get_pcb_user_save_td(td),
|
||||
("System call %s returning with mangled pcb_save",
|
||||
@ -923,7 +923,6 @@ amd64_syscall(struct thread *td, int traced)
|
||||
("System call %s returning with leaked invl_gen %lu",
|
||||
syscallname(td->td_proc, sa.code), td->td_md.md_invl_gen.gen));
|
||||
|
||||
|
||||
syscallret(td, error, &sa);
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user