Module Name: src Committed By: maxv Date: Sat Feb 17 20:59:14 UTC 2018
Modified Files: src/sys/arch/amd64/amd64: amd64_trap.S Log Message: Use ASM macros for the rest of the entry points. No real functional change. Now the format of the entry points is: .macro TRAP_ENTRY_POINT_xx arg1,arg2,arg3 ...the asm code... .endm TEXT_USER_BEGIN TRAP_ENTRY_POINT_xx arg1,arg2,arg3 TEXT_USER_END To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/arch/amd64/amd64/amd64_trap.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.