aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/entry.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/kernel/entry.S')
-rw-r--r--arch/sh/kernel/entry.S6
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/sh/kernel/entry.S b/arch/sh/kernel/entry.S
index fe8221855b28..97c571fbcdf1 100644
--- a/arch/sh/kernel/entry.S
+++ b/arch/sh/kernel/entry.S
@@ -10,8 +10,8 @@
10 * for more details. 10 * for more details.
11 * 11 *
12 */ 12 */
13
14#include <linux/sys.h> 13#include <linux/sys.h>
14#include <linux/errno.h>
15#include <linux/linkage.h> 15#include <linux/linkage.h>
16#include <asm/asm-offsets.h> 16#include <asm/asm-offsets.h>
17#include <asm/thread_info.h> 17#include <asm/thread_info.h>
@@ -53,10 +53,6 @@
53 * syscall # 53 * syscall #
54 * 54 *
55 */ 55 */
56
57ENOSYS = 38
58EINVAL = 22
59
60#if defined(CONFIG_KGDB_NMI) 56#if defined(CONFIG_KGDB_NMI)
61NMI_VEC = 0x1c0 ! Must catch early for debounce 57NMI_VEC = 0x1c0 ! Must catch early for debounce
62#endif 58#endif