Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jan 2016 11:27:28 -0600
From:      Justin Hibbits <jrh29@alumni.cwru.edu>
To:        Nathan Whitehorn <nwhitehorn@freebsd.org>
Cc:        src-committers <src-committers@freebsd.org>,  "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>,  "svn-src-head@freebsd.org" <svn-src-head@freebsd.org>
Subject:   Re: svn commit: r293636 - in head/sys/powerpc: include ofw powermac powerpc
Message-ID:  <CAHSQbTBgL0AQ8kbBNVcB_gXsNif2nC%2BV2xVn7OsCR6Jm0QLKKA@mail.gmail.com>
In-Reply-To: <201601101642.u0AGgEV3077040@repo.freebsd.org>
References:  <201601101642.u0AGgEV3077040@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jan 10, 2016 at 10:42 AM, Nathan Whitehorn
<nwhitehorn@freebsd.org> wrote:
> Author: nwhitehorn
> Date: Sun Jan 10 16:42:14 2016
> New Revision: 293636
> URL: https://svnweb.freebsd.org/changeset/base/293636
>
> Log:
>   Use setjmp() instead of the identical-except-for-having-a-wrong-prototype
>   setfault() when testing for faults. This should also help the compiler
>   do the right thing with this complicated-to-optimize function.
>
> Modified:
>   head/sys/powerpc/include/pcb.h
>   head/sys/powerpc/include/setjmp.h
>   head/sys/powerpc/ofw/rtas.c
>   head/sys/powerpc/powermac/grackle.c
>   head/sys/powerpc/powerpc/copyinout.c
>   head/sys/powerpc/powerpc/mp_machdep.c
>   head/sys/powerpc/powerpc/trap.c
>

Does this mean the assembly function can be removed now from locore*.S?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAHSQbTBgL0AQ8kbBNVcB_gXsNif2nC%2BV2xVn7OsCR6Jm0QLKKA>