patch-2.4.9 linux/arch/arm/lib/io-acorn.S
Next file: linux/arch/arm/lib/io-pcio.S
Previous file: linux/arch/arm/lib/Makefile
Back to the patch index
Back to the overall index
- Lines: 32
- Date:
Sun Aug 12 11:13:59 2001
- Orig file:
v2.4.8/linux/arch/arm/lib/io-acorn.S
- Orig date:
Thu Feb 8 16:32:44 2001
diff -u --recursive --new-file v2.4.8/linux/arch/arm/lib/io-acorn.S linux/arch/arm/lib/io-acorn.S
@@ -62,13 +62,13 @@
ENTRY(insw)
addr r0
teq r2, #0
- bne __arch_readsw
+ bne __raw_readsw
RETINSTR(mov, pc, lr)
ENTRY(insb)
addr r0
teq r2, #0
- bne __arch_readsb
+ bne __raw_readsb
RETINSTR(mov, pc, lr)
@ Purpose: write a block of data from memory to a hardware register.
@@ -78,13 +78,13 @@
ENTRY(outsw)
addr r0
teq r2, #0
- bne __arch_writesw
+ bne __raw_writesw
RETINSTR(mov, pc, lr)
ENTRY(outsb)
addr r0
teq r2, #0
- bne __arch_writesb
+ bne __raw_writesb
RETINSTR(mov, pc, lr)
@ Purpose: write a memc register
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)