From owner-cvs-all Fri May 11 16:50:12 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8134637B423; Fri, 11 May 2001 16:50:08 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f4BNo8c08628; Fri, 11 May 2001 16:50:08 -0700 (PDT) (envelope-from jhb) Message-Id: <200105112350.f4BNo8c08628@freefall.freebsd.org> From: John Baldwin Date: Fri, 11 May 2001 16:50:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 trap.c src/sys/ia64/ia64 trap.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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