Date: Fri, 11 May 2001 16:50:08 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 trap.c src/sys/ia64/ia64 trap.c Message-ID: <200105112350.f4BNo8c08628@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2001/05/11 16:50:08 PDT
Modified files:
sys/i386/i386 trap.c
sys/ia64/ia64 trap.c
Log:
Simplify the vm fault trap handling code a bit by using if-else instead of
duplicating code in the then case and then using a goto to jump around
the else case.
Revision Changes Path
1.185 +16 -30 src/sys/i386/i386/trap.c
1.19 +5 -12 src/sys/ia64/ia64/trap.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200105112350.f4BNo8c08628>
