Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/amd64
Module Name: src
Committed By: maxv
Date: Sun Sep 3 08:52:18 UTC 2017
Modified Files:
src/sys/arch/amd64/amd64: amd64_trap.S trap.c
src/sys/arch/amd64/conf: ALL
Log Message:
Remove useless debug code, and split trap() into smaller functions, easier
to understand. NMIs take another, faster path now. No functional change
beyond that.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/amd64/amd64/amd64_trap.S
cvs rdiff -u -r1.96 -r1.97 src/sys/arch/amd64/amd64/trap.c
cvs rdiff -u -r1.68 -r1.69 src/sys/arch/amd64/conf/ALL
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index