Date: Sun, 10 Jan 2016 09:50:07 -0800 From: Nathan Whitehorn <nwhitehorn@freebsd.org> To: Justin Hibbits <jrh29@alumni.cwru.edu> 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: <569299CF.4030604@freebsd.org> In-Reply-To: <CAHSQbTBgL0AQ8kbBNVcB_gXsNif2nC%2BV2xVn7OsCR6Jm0QLKKA@mail.gmail.com> References: <201601101642.u0AGgEV3077040@repo.freebsd.org> <CAHSQbTBgL0AQ8kbBNVcB_gXsNif2nC%2BV2xVn7OsCR6Jm0QLKKA@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 01/10/16 09:27, Justin Hibbits wrote: > 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? > Yes, that will be a follow-up commit in a few minutes along with some other dead code removal. -Nathan
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?569299CF.4030604>