[PATCH] Fix alpha NR_SYSCALLS

From: =?ISO-8859-1?Q? (mru@users.sourceforge.net)
Date: Thu Mar 21 2002 - 12:35:15 EST


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/



This archive was generated by hypermail 2b29 : Sat Mar 23 2002 - 22:00:25 EST