Re: [PATCH 2/2] [PPC] Add strncmp to arch/ppc

2008-04-27 Thread Grant Likely
On Mon, Apr 21, 2008 at 6:50 PM, Josh Boyer <[EMAIL PROTECTED]> wrote: > Commit 0119536cd314ef95553604208c25bc35581f7f0a added an assembly version > of strncmp to PowerPC. However, it changed a common header file between > arch/ppc and arch/powerpc without adding strncmp to arch/ppc. This fixes

[PATCH 2/2] [PPC] Add strncmp to arch/ppc

2008-04-21 Thread Josh Boyer
Commit 0119536cd314ef95553604208c25bc35581f7f0a added an assembly version of strncmp to PowerPC. However, it changed a common header file between arch/ppc and arch/powerpc without adding strncmp to arch/ppc. This fixes that omission so that arch/ppc links again. Signed-off-by: Josh Boyer <[EMAIL