commit | 57a4f91ae5571edd7c0428285d8df16bb8bf5f40 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Wed May 02 19:27:18 2007 +0200 |
committer | Andi Kleen <andi@basil.nowhere.org> | Wed May 02 19:27:18 2007 +0200 |
tree | 9e0ec8bf06c8ec44b4fb6f6219f1cfeb8f605156 | |
parent | 2f3c30e6a886ddaf65cb74df82c03245050ff0aa [diff] [blame] |
[PATCH] x86-64: Auto compute __NR_syscall_max at compile time No need to maintain it anymore Signed-off-by: Andi Kleen <ak@suse.de>
diff --git a/arch/x86_64/kernel/syscall.c b/arch/x86_64/kernel/syscall.c index 213fd6a..63d592c 100644 --- a/arch/x86_64/kernel/syscall.c +++ b/arch/x86_64/kernel/syscall.c
@@ -3,6 +3,7 @@ #include <linux/linkage.h> #include <linux/sys.h> #include <linux/cache.h> +#include <asm/asm-offsets.h> #define __NO_STUBS