Re: [RFC PATCH 2/2]powerpc: rewrite local_* to use CR5 flag

2014-12-03 Thread Madhavan Srinivasan
On Monday 01 December 2014 11:31 PM, Gabriel Paubert wrote: > On Thu, Nov 27, 2014 at 05:48:41PM +0530, Madhavan Srinivasan wrote: >> This patch re-write the current local_* functions to CR5 based one. >> Base flow for each function is >> >> { >> set cr5(eq) >> load >> .. >> st

Re: [RFC PATCH 2/2]powerpc: rewrite local_* to use CR5 flag

2014-12-01 Thread Gabriel Paubert
On Thu, Nov 27, 2014 at 05:48:41PM +0530, Madhavan Srinivasan wrote: > This patch re-write the current local_* functions to CR5 based one. > Base flow for each function is > > { > set cr5(eq) > load > .. > store > clear cr5(eq) > } > > Above set of instructions are

[RFC PATCH 2/2]powerpc: rewrite local_* to use CR5 flag

2014-11-27 Thread Madhavan Srinivasan
This patch re-write the current local_* functions to CR5 based one. Base flow for each function is { set cr5(eq) load .. store clear cr5(eq) } Above set of instructions are followed by a fixup section which points to the entry of the function incase of int