]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Rename the lcall system call handler from Xsyscall to Xlcall_syscall
authorJake Burkholder <jake@FreeBSD.org>
Sun, 25 Feb 2001 02:53:06 +0000 (02:53 +0000)
committerJake Burkholder <jake@FreeBSD.org>
Sun, 25 Feb 2001 02:53:06 +0000 (02:53 +0000)
commit631d7bf3da6fa35c5bceadf60a330e1ba7b7f3fa
treed3fae20111701f290ad8b0414c5edfcae3dc1fd0
parentf310d6cfbfc86a4f08dd8841699ad20a3fa1cf8c
- Rename the lcall system call handler from Xsyscall to Xlcall_syscall
  to be more like Xint0x80_syscall and less like c function syscall().
- Reduce code duplication between the int0x80 and lcall handlers by
  shuffling the elfags into the right place, saving the sizeof the
  instruction in tf_err and jumping into the common int0x80 code.

Reviewed by: peter
sys/amd64/amd64/db_trace.c
sys/amd64/amd64/exception.S
sys/amd64/amd64/exception.s
sys/amd64/amd64/machdep.c
sys/amd64/amd64/trap.c
sys/i386/i386/db_trace.c
sys/i386/i386/exception.s
sys/i386/i386/machdep.c
sys/i386/i386/trap.c
sys/i386/include/asnames.h
sys/kern/subr_trap.c