public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix alpha NR_SYSCALLS
@ 2002-03-21 17:35  MånsRullgård 
  2002-03-29  5:27 ` Richard Henderson
  0 siblings, 1 reply; 2+ messages in thread
From:  MånsRullgård  @ 2002-03-21 17:35 UTC (permalink / raw)
  To: linux-kernel

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 479 bytes --]

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>.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-03-29  5:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-03-21 17:35 [PATCH] Fix alpha NR_SYSCALLS  MånsRullgård 
2002-03-29  5:27 ` Richard Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox