Re: [PATCH 1/6] Move code patching code into arch/powerpc/lib/code-patching.c

2008-06-19 Thread Kumar Gala
On Jun 19, 2008, at 1:55 AM, Michael Ellerman wrote: On Thu, 2008-06-19 at 01:15 -0500, Kumar Gala wrote: On May 29, 2008, at 1:20 AM, Michael Ellerman wrote: We currently have a few routines for patching code in asm/system.h, because they didn't fit anywhere else. I'd like to clean them up

Re: [PATCH 1/6] Move code patching code into arch/powerpc/lib/code-patching.c

2008-06-18 Thread Michael Ellerman
On Thu, 2008-06-19 at 01:15 -0500, Kumar Gala wrote: > On May 29, 2008, at 1:20 AM, Michael Ellerman wrote: > > > We currently have a few routines for patching code in asm/system.h, > > because > > they didn't fit anywhere else. I'd like to clean them up a little > > and add > > some more, so

Re: [PATCH 1/6] Move code patching code into arch/powerpc/lib/code-patching.c

2008-06-18 Thread Kumar Gala
On May 29, 2008, at 1:20 AM, Michael Ellerman wrote: We currently have a few routines for patching code in asm/system.h, because they didn't fit anywhere else. I'd like to clean them up a little and add some more, so first move them into a dedicated C file - they don't need to be inlined.

Re: [PATCH 1/6] Move code patching code into arch/powerpc/lib/code-patching.c

2008-05-28 Thread Benjamin Herrenschmidt
On Thu, 2008-05-29 at 16:20 +1000, Michael Ellerman wrote: > We currently have a few routines for patching code in asm/system.h, because > they didn't fit anywhere else. I'd like to clean them up a little and add > some more, so first move them into a dedicated C file - they don't need to > be inli