1 /* SPDX-License-Identifier: GPL-2.0 2 * 3 * arch/sh/kernel/debugtraps.S 4 * 5 * Debug trap jump tables for SuperH 6 * 7 * Copyright (C) 2006 - 2008 Paul Mundt 8 */ 9 #include <linux/sys.h> 10 #include <linux/linkage.h> 11 12 #if !defined(CONFIG_KGDB) 13 #define singlestep_trap_handler debug_ 14 #endif 15 16 #if !defined(CONFIG_SH_STANDARD_BIOS) 17 #define sh_bios_handler debug_ 18 #endif 19 20 .data 21 22 ENTRY(debug_trap_table) 23 .long debug_trap_handler /* 0x3 24 .long debug_trap_handler /* 0x3 25 .long debug_trap_handler /* 0x3 26 .long debug_trap_handler /* 0x3 27 .long debug_trap_handler /* 0x3 28 .long debug_trap_handler /* 0x3 29 .long debug_trap_handler /* 0x3 30 .long debug_trap_handler /* 0x3 31 .long debug_trap_handler /* 0x3 32 .long debug_trap_handler /* 0x3 33 .long debug_trap_handler /* 0x3 34 .long debug_trap_handler /* 0x3 35 .long breakpoint_trap_handler /* 0x3 36 .long singlestep_trap_handler /* 0x3 37 .long bug_trap_handler /* 0x3 38 .long sh_bios_handler /* 0x3
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.