cvs commit: src/sys/amd64/amd64 trap.c src/sys/i386/i386 trap.c
John Baldwin
jhb at FreeBSD.org
Fri Nov 18 11:26:47 PST 2005
jhb 2005-11-18 19:26:47 UTC
FreeBSD src repository
Modified files:
sys/amd64/amd64 trap.c
sys/i386/i386 trap.c
Log:
- Always print the trap number so that we have something to start with for
mystery traps. If we don't have a message for a given trap, just use
UNKNOWN for the message.
- Add trap messages for T_XMMFLT and T_RESERVED.
MFC after: 1 week
Revision Changes Path
1.297 +9 -4 src/sys/amd64/amd64/trap.c
1.285 +10 -5 src/sys/i386/i386/trap.c
More information about the cvs-all
mailing list