Remove unused code.
The machdep.uprintf_signal sysctl replaced it in more convenient way, not requiring recompilation to use and providing more information on fault. Reviewed by: bde Sponsored by: The FreeBSD Foundation MFC after: 1 week
This commit is contained in:
parent
325b406c49
commit
aefdf821cd
@ -731,16 +731,6 @@ trap(struct trapframe *frame)
|
||||
KASSERT((read_eflags() & PSL_I) != 0, ("interrupts disabled"));
|
||||
trapsignal(td, &ksi);
|
||||
|
||||
#ifdef DEBUG
|
||||
if (type <= MAX_TRAP_MSG) {
|
||||
uprintf("fatal process exception: %s",
|
||||
trap_msg[type]);
|
||||
if ((type == T_PAGEFLT) || (type == T_PROTFLT))
|
||||
uprintf(", fault VA = 0x%lx", (u_long)eva);
|
||||
uprintf("\n");
|
||||
}
|
||||
#endif
|
||||
|
||||
user:
|
||||
userret(td, frame);
|
||||
KASSERT(PCB_USER_FPU(td->td_pcb),
|
||||
|
Loading…
Reference in New Issue
Block a user