[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4513CD55.4070208@fr.ibm.com>
Date: Fri, 22 Sep 2006 13:47:33 +0200
From: Cedric Le Goater <clg@...ibm.com>
To: Andrew Morton <akpm@...l.org>
CC: linux-kernel@...r.kernel.org, Andi Kleen <ak@...e.de>
Subject: [PATCH -mm] x86_64 mm generic getcpu syscall fix
Andrew Morton wrote:
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.18-rc7/2.6.18-rc7-mm1/
while working on a new syscall, i've noticed that the getcpu
patch x86_64-mm-generic-getcpu-syscall.patch does not increase
NR_syscalls. shouldn't it ?
C.
Signed-off-by: Cedric Le Goater <clg@...ibm.com>
---
include/asm-i386/unistd.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: 2.6.18-rc7-mm1/include/asm-i386/unistd.h
===================================================================
--- 2.6.18-rc7-mm1.orig/include/asm-i386/unistd.h
+++ 2.6.18-rc7-mm1/include/asm-i386/unistd.h
@@ -327,7 +327,7 @@
#ifdef __KERNEL__
-#define NR_syscalls 318
+#define NR_syscalls 319
#include <linux/err.h>
/*
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists