diff options
| author | Anton Blanchard <anton@samba.org> | 2009-10-17 21:24:06 -0400 |
|---|---|---|
| committer | Paul Mackerras <paulus@samba.org> | 2009-10-28 01:13:05 -0400 |
| commit | c86e2eaded39843e1bf4f07d1adfab4494f20894 (patch) | |
| tree | beddf76c2cab787c8c93aec63110d424b578bcf4 | |
| parent | 917e407c762ba6d91d1a4bc1c804d518585082a3 (diff) | |
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>
| -rw-r--r-- | arch/powerpc/kernel/exceptions-64s.S | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/exceptions-64s.S b/arch/powerpc/kernel/exceptions-64s.S index 1808876edcc9..c7eb4e0eb86c 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) | |||
| 185 | * prolog code of the PerformanceMonitor one. A little | 185 | * prolog code of the PerformanceMonitor one. A little |
| 186 | * trickery is thus necessary | 186 | * trickery is thus necessary |
| 187 | */ | 187 | */ |
| 188 | performance_monitor_pSeries_1: | ||
| 188 | . = 0xf00 | 189 | . = 0xf00 |
| 189 | b performance_monitor_pSeries | 190 | b performance_monitor_pSeries |
| 190 | 191 | ||
| 192 | altivec_unavailable_pSeries_1: | ||
| 191 | . = 0xf20 | 193 | . = 0xf20 |
| 192 | b altivec_unavailable_pSeries | 194 | b altivec_unavailable_pSeries |
| 193 | 195 | ||
| 196 | vsx_unavailable_pSeries_1: | ||
| 194 | . = 0xf40 | 197 | . = 0xf40 |
| 195 | b vsx_unavailable_pSeries | 198 | b vsx_unavailable_pSeries |
| 196 | 199 | ||
