Module Name: src Committed By: maxv Date: Fri Aug 18 14:52:19 UTC 2017
Modified Files: src/sys/arch/amd64/amd64: amd64_trap.S src/sys/arch/i386/i386: i386_trap.S vector.S Log Message: Revert my previous change. I hadn't checked carefully enough: the symbols are used in src/external. There is a number of things that seem wrong to me here, but I'm not changing them for now. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/amd64/amd64/amd64_trap.S cvs rdiff -u -r1.10 -r1.11 src/sys/arch/i386/i386/i386_trap.S cvs rdiff -u -r1.72 -r1.73 src/sys/arch/i386/i386/vector.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.