]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Simply the vm fault trap handling code a bit by using if-else instead of
authorJohn Baldwin <jhb@FreeBSD.org>
Fri, 11 May 2001 23:17:54 +0000 (23:17 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Fri, 11 May 2001 23:17:54 +0000 (23:17 +0000)
commitdd094a2d171a01e827476f7309808742f0a035bc
tree9dd1e1141e687f40cfd4fcea436d96b005af2a65
parent87e2d3837645c34cf4d60feb11626167e052c60f
Simply 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.
sys/alpha/alpha/trap.c