blob: 7a1b46fec0f46c08c540f5c6e8f99e17275669f5 [file] [log] [blame]
Paul Mundtf413d0d2006-12-13 17:40:05 +09001/*
2 * arch/sh/kernel/debugtraps.S
3 *
4 * Debug trap jump tables for SuperH
5 *
Paul Mundtab6e5702008-12-11 18:46:46 +09006 * Copyright (C) 2006 - 2008 Paul Mundt
Paul Mundtf413d0d2006-12-13 17:40:05 +09007 *
8 * This file is subject to the terms and conditions of the GNU General Public
9 * License. See the file "COPYING" in the main directory of this archive
10 * for more details.
11 */
12#include <linux/sys.h>
13#include <linux/linkage.h>
14
Paul Mundtab6e5702008-12-11 18:46:46 +090015#if !defined(CONFIG_KGDB)
Paul Mundtab6e5702008-12-11 18:46:46 +090016#define singlestep_trap_handler debug_trap_handler
Paul Mundtf413d0d2006-12-13 17:40:05 +090017#endif
18
19#if !defined(CONFIG_SH_STANDARD_BIOS)
Paul Mundtab6e5702008-12-11 18:46:46 +090020#define sh_bios_handler debug_trap_handler
Paul Mundtf413d0d2006-12-13 17:40:05 +090021#endif
22
23 .data
24
25ENTRY(debug_trap_table)
26 .long debug_trap_handler /* 0x30 */
27 .long debug_trap_handler /* 0x31 */
28 .long debug_trap_handler /* 0x32 */
29 .long debug_trap_handler /* 0x33 */
30 .long debug_trap_handler /* 0x34 */
31 .long debug_trap_handler /* 0x35 */
32 .long debug_trap_handler /* 0x36 */
33 .long debug_trap_handler /* 0x37 */
34 .long debug_trap_handler /* 0x38 */
35 .long debug_trap_handler /* 0x39 */
36 .long debug_trap_handler /* 0x3a */
37 .long debug_trap_handler /* 0x3b */
Paul Mundtab6e5702008-12-11 18:46:46 +090038 .long breakpoint_trap_handler /* 0x3c */
39 .long singlestep_trap_handler /* 0x3d */
Paul Mundtf413d0d2006-12-13 17:40:05 +090040 .long bug_trap_handler /* 0x3e */
41 .long sh_bios_handler /* 0x3f */