[PATCH] Fix alpha NR_SYSCALLS

(no name) ((no email))
Thu, 21 Mar 2002 18:35:15 +0100


This patch fixes the incorrect macro NR_SYSCALLS in
arch/alpha/kernel/entry.S. With the wrong value the last syscalls are
unavailable. The patch is against 2.4.18.

-- 
Måns Rullgård
e99_mru@e.kth.se

--- arch/alpha/kernel/entry.S.orig Fri Nov 9 22:45:35 2001 +++ arch/alpha/kernel/entry.S Thu Mar 21 18:06:21 2002 @@ -10,7 +10,7 @@ #define SIGCHLD 20 -#define NR_SYSCALLS 378 +#define NR_SYSCALLS 381 /* * These offsets must match with alpha_mv in <asm/machvec.h>.

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/