[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <617E1C2C70743745A92448908E030B2A01719669@scsmsx411.amr.corp.intel.com>
Date: Mon, 7 May 2007 15:51:49 -0700
From: "Luck, Tony" <tony.luck@...el.com>
To: "David Woodhouse" <dwmw2@...radead.org>
Cc: "Sam Ravnborg" <sam@...nborg.org>,
"Andrew Morton" <akpm@...ux-foundation.org>,
"Kees Cook" <kees@...flux.net>,
"Randy Dunlap" <randy.dunlap@...cle.com>,
<linux-kernel@...r.kernel.org>
Subject: RE: [PATCH 1/3] kbuild: complain about missing system calls.
> You could add them to scripts/checksyscalls.sh itself -- I think it's
> fairly unlikely that those are syscalls which a new arch port is going
> to 'forget' :)
Like this?
diff --git a/scripts/checksyscalls.sh b/scripts/checksyscalls.sh
index f98171f..4d49056 100755
--- a/scripts/checksyscalls.sh
+++ b/scripts/checksyscalls.sh
@@ -98,6 +98,14 @@ cat << EOF
#define __IGNORE_setgid32
#define __IGNORE_setfsuid32
#define __IGNORE_setfsgid32
+/* ... some legacy names not used by ia64 */
+#define __IGNORE_fork
+#define __IGNORE_time
+#define __IGNORE_alarm
+#define __IGNORE_pause
+#define __IGNORE_utime
+#define __IGNORE_getpgrp
+#define __IGNORE_vfork
/* Unmerged syscalls for AFS, STREAMS, etc. */
#define __IGNORE_afs_syscall
-
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