diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-03 08:54:28 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-03 08:54:28 -0700 |
commit | 6ebfc0e20b409f13e62bbb84ce70102b49945cfd (patch) | |
tree | 67fea9b9c039ba47f96c7d51d8b2959b35543edf /arch/sh/kernel/entry.S | |
parent | 1e9abb5b1dc90cfcf0e6f1e10f7aaf34d0f33b6b (diff) | |
parent | fac99d97469e7f91102f97101bea620e5f073196 (diff) | |
download | op-kernel-dev-6ebfc0e20b409f13e62bbb84ce70102b49945cfd.zip op-kernel-dev-6ebfc0e20b409f13e62bbb84ce70102b49945cfd.tar.gz |
Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6
* master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6:
sh: Fixup __raw_read_trylock().
sh: Kill off remaining config.h references.
sh: Initial gitignore list
sh: build fixes for defconfigs.
sh: Kill off more dead headers.
sh: Set pclk default for SH7705.
sh: defconfig updates.
Diffstat (limited to 'arch/sh/kernel/entry.S')
-rw-r--r-- | arch/sh/kernel/entry.S | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/sh/kernel/entry.S b/arch/sh/kernel/entry.S index fe82218..97c571f 100644 --- a/arch/sh/kernel/entry.S +++ b/arch/sh/kernel/entry.S @@ -10,8 +10,8 @@ * for more details. * */ - #include <linux/sys.h> +#include <linux/errno.h> #include <linux/linkage.h> #include <asm/asm-offsets.h> #include <asm/thread_info.h> @@ -53,10 +53,6 @@ * syscall # * */ - -ENOSYS = 38 -EINVAL = 22 - #if defined(CONFIG_KGDB_NMI) NMI_VEC = 0x1c0 ! Must catch early for debounce #endif |