]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[POWERPC] convert string i/o operations to C
authorStephen Rothwell <sfr@canb.auug.org.au>
Tue, 19 Sep 2006 12:17:49 +0000 (22:17 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 20 Sep 2006 04:06:18 +0000 (14:06 +1000)
commit5adcaf50cf697aa4d0c731107003c1383b59b214
treec4f93c02f43c325066a46e9d9221cac9d51125d8
parent73ea9e1bcb8eea4f3b2052fe7ccd7ee4b5a271a0
[POWERPC] convert string i/o operations to C

This produces essentially the same code and will make the iSeries i/o
consolidation easier.

The count parameter is changed to long since that will produce the same
(better) code on 32 and 64 bit builds.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
arch/powerpc/kernel/Makefile
arch/powerpc/kernel/io.c [new file with mode: 0644]
arch/powerpc/kernel/misc.S
arch/powerpc/kernel/ppc_ksyms.c
include/asm-powerpc/io.h
include/asm-ppc/io.h