]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use panic rather than printf to "handle" an arm26 address exception
authorian <ian@FreeBSD.org>
Tue, 11 Mar 2014 16:53:03 +0000 (16:53 +0000)
committerian <ian@FreeBSD.org>
Tue, 11 Mar 2014 16:53:03 +0000 (16:53 +0000)
commit537be6292992897fefd4922dc1fe5859d47d0df8
treef05a1b8e9ac84bfafa0c5393a2070cab22d974a5
parent8fbaac8eb6153dd5805ef3a5df029acc95c1ff01
Use panic rather than printf to "handle" an arm26 address exception
(should never happen on arm32).  Pass the right arguments to panic for
the reset exception (which also should never happen).
sys/arm/arm/exception.S