aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/exceptions-64s.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/kernel/exceptions-64s.S')
-rw-r--r--arch/powerpc/kernel/exceptions-64s.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/exceptions-64s.S b/arch/powerpc/kernel/exceptions-64s.S
index fc3ead066ce..e3be98ffe2a 100644
--- a/arch/powerpc/kernel/exceptions-64s.S
+++ b/arch/powerpc/kernel/exceptions-64s.S
@@ -190,14 +190,17 @@ END_FTR_SECTION_IFSET(CPU_FTR_REAL_LE)
190 * prolog code of the PerformanceMonitor one. A little 190 * prolog code of the PerformanceMonitor one. A little
191 * trickery is thus necessary 191 * trickery is thus necessary
192 */ 192 */
193performance_monitor_pSeries_1:
193 . = 0xf00 194 . = 0xf00
194 DO_KVM 0xf00 195 DO_KVM 0xf00
195 b performance_monitor_pSeries 196 b performance_monitor_pSeries
196 197
198altivec_unavailable_pSeries_1:
197 . = 0xf20 199 . = 0xf20
198 DO_KVM 0xf20 200 DO_KVM 0xf20
199 b altivec_unavailable_pSeries 201 b altivec_unavailable_pSeries
200 202
203vsx_unavailable_pSeries_1:
201 . = 0xf40 204 . = 0xf40
202 DO_KVM 0xf40 205 DO_KVM 0xf40
203 b vsx_unavailable_pSeries 206 b vsx_unavailable_pSeries