aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/misc.S
diff options
context:
space:
mode:
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 dd5f8e429196..6feb391422ec 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