Re: [RFC PATCH] powerpc: Emulate most load and store instructions in emulate_step()

2010-06-01 Thread Paul Mackerras
On Wed, Jun 02, 2010 at 10:55:02AM +0530, K.Prasad wrote: > On Thu, May 20, 2010 at 10:49:55PM +1000, Paul Mackerras wrote: > > This extends the emulate_step() function to handle most of the load > > and store instructions implemented on current 64-bit server processors. > > The aim is to handle al

Re: [RFC PATCH] powerpc: Emulate most load and store instructions in emulate_step()

2010-06-01 Thread K.Prasad
On Thu, May 20, 2010 at 10:49:55PM +1000, Paul Mackerras wrote: > This extends the emulate_step() function to handle most of the load > and store instructions implemented on current 64-bit server processors. > The aim is to handle all the load and store instructions used in the > kernel, so this ha