aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/misc.S
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2006-09-19 03:30:20 -0400
committerStephen Rothwell <sfr@canb.auug.org.au>2006-09-20 00:06:18 -0400
commit73ea9e1bcb8eea4f3b2052fe7ccd7ee4b5a271a0 (patch)
treebe96595750908640a29fb5ad2a4a8224af2bb65e /arch/powerpc/kernel/misc.S
parent661f1cdb8b3e3c2c44e97df122c1d5643c054ce8 (diff)
[POWERPC] clean up ide io accessors
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Diffstat (limited to 'arch/powerpc/kernel/misc.S')
-rw-r--r--arch/powerpc/kernel/misc.S12
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/powerpc/kernel/misc.S b/arch/powerpc/kernel/misc.S
index dd5f8e42919..6feb391422e 100644
--- a/arch/powerpc/kernel/misc.S
+++ b/arch/powerpc/kernel/misc.S
@@ -86,9 +86,6 @@ _GLOBAL(_outsb)
86 sync 86 sync
87 blr 87 blr
88 88
89#ifdef CONFIG_PPC32
90_GLOBAL(__ide_mm_insw)
91#endif
92_GLOBAL(_insw_ns) 89_GLOBAL(_insw_ns)
93 sync 90 sync
94 cmpwi 0,r5,0 91 cmpwi 0,r5,0
@@ -103,9 +100,6 @@ _GLOBAL(_insw_ns)
103 isync 100 isync
104 blr 101 blr
105 102
106#ifdef CONFIG_PPC32
107_GLOBAL(__ide_mm_outsw)
108#endif
109_GLOBAL(_outsw_ns) 103_GLOBAL(_outsw_ns)
110 cmpwi 0,r5,0 104 cmpwi 0,r5,0
111 mtctr r5 105 mtctr r5
@@ -118,9 +112,6 @@ _GLOBAL(_outsw_ns)
118 sync 112 sync
119 blr 113 blr
120 114
121#ifdef CONFIG_PPC32
122_GLOBAL(__ide_mm_insl)
123#endif
124_GLOBAL(_insl_ns) 115_GLOBAL(_insl_ns)
125 sync 116 sync
126 cmpwi 0,r5,0 117 cmpwi 0,r5,0
@@ -135,9 +126,6 @@ _GLOBAL(_insl_ns)
135 isync 126 isync
136 blr 127 blr
137 128
138#ifdef CONFIG_PPC32
139_GLOBAL(__ide_mm_outsl)
140#endif
141_GLOBAL(_outsl_ns) 129_GLOBAL(_outsl_ns)
142 cmpwi 0,r5,0 130 cmpwi 0,r5,0
143 mtctr r5 131 mtctr r5