Re: splraise for sparc

2016-06-14 Thread patrick keshishian
On Mon, Jun 13, 2016 at 11:29:13AM +1000, David Gwynne wrote: > this is kind of like the change i just made to sparc64. > > sparc created instances of inline functions for each of the splfoo > calls. this provides an splraise call and turns splfoo into a macro > to splraise(IPL_FOO). > > the spl

splraise for sparc

2016-06-12 Thread David Gwynne
this is kind of like the change i just made to sparc64. sparc created instances of inline functions for each of the splfoo calls. this provides an splraise call and turns splfoo into a macro to splraise(IPL_FOO). the spl code is quite long so i turned it into functions instead of inlines. could