lkml.org 
[lkml]   [2002]   [Mar]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] Fix alpha NR_SYSCALLS
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/

\
 
 \ /
  Last update: 2005-03-22 13:25    [W:0.034 / U:0.328 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site