aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/exceptions-64s.S
diff options
context:
space:
mode:
authorAnton Blanchard <anton@samba.org>2009-10-18 01:24:06 +0000
committerPaul Mackerras <paulus@samba.org>2009-10-28 16:13:05 +1100
commitc86e2eaded39843e1bf4f07d1adfab4494f20894 (patch)
treebeddf76c2cab787c8c93aec63110d424b578bcf4 /arch/powerpc/kernel/exceptions-64s.S
parent917e407c762ba6d91d1a4bc1c804d518585082a3 (diff)
downloadkernel_samsung_smdk4412-c86e2eaded39843e1bf4f07d1adfab4494f20894.zip
kernel_samsung_smdk4412-c86e2eaded39843e1bf4f07d1adfab4494f20894.tar.gz
kernel_samsung_smdk4412-c86e2eaded39843e1bf4f07d1adfab4494f20894.tar.bz2
powerpc: perf_event: Cleanup output by adding symbols
Add some dummy symbols for the branches at 0xf00, 0xf20 and 0xf40, otherwise hits end up in trap_0e which is confusing to the user. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
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 1808876..c7eb4e0 100644
--- a/arch/powerpc/kernel/exceptions-64s.S
+++ b/arch/powerpc/kernel/exceptions-64s.S
@@ -185,12 +185,15 @@ END_FTR_SECTION_IFSET(CPU_FTR_REAL_LE)
* prolog code of the PerformanceMonitor one. A little
* trickery is thus necessary
*/
+performance_monitor_pSeries_1:
. = 0xf00
b performance_monitor_pSeries
+altivec_unavailable_pSeries_1:
. = 0xf20
b altivec_unavailable_pSeries
+vsx_unavailable_pSeries_1:
. = 0xf40
b vsx_unavailable_pSeries