mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: mru@users.sourceforge.net (Måns Rullgård)
To: linux-kernel@vger.kernel.org
Subject: [PATCH] Sync arch/alpha/kernel/entry.S with asm/unistd.h
Date: 30 Aug 2002 23:22:35 +0200	[thread overview]
Message-ID: <yw1x8z2oca90.fsf@zaphod.guide> (raw)

This adds some (non-implemented) syscalls to entry.S with the same
numbers as in asm/unistd.h

--- arch/alpha/kernel/entry.S	30 Aug 2002 20:13:07 -0000	1.1.1.1
+++ arch/alpha/kernel/entry.S	30 Aug 2002 21:11:07 -0000
@@ -10,7 +10,7 @@
 
 #define SIGCHLD 20
 
-#define NR_SYSCALLS 382
+#define NR_SYSCALLS 394
 
 /*
  * These offsets must match with alpha_mv in <asm/machvec.h>.
@@ -1154,6 +1154,18 @@
 	.quad sys_readahead
 	.quad sys_ni_syscall			/* 380, sys_security */
 	.quad sys_tkill
+	.quad sys_ni_syscall			/* setxattr */
+	.quad sys_ni_syscall			/* lsetxattr */
+	.quad sys_ni_syscall			/* fsetxattr */
+	.quad sys_ni_syscall			/* 385 getxattr */
+	.quad sys_ni_syscall			/* lgetxattr */
+	.quad sys_ni_syscall			/* fgetxattr */
+	.quad sys_ni_syscall			/* listxattr */
+	.quad sys_ni_syscall			/* llistxattr */
+	.quad sys_ni_syscall			/* 390 flistxattr */
+	.quad sys_ni_syscall			/* removexattr */
+	.quad sys_ni_syscall			/* lremovexattr */
+	.quad sys_ni_syscall			/* fremovexattr */
 
 /* Remember to update everything, kids.  */
 .ifne (. - sys_call_table) - (NR_SYSCALLS * 8)



-- 
Måns Rullgård
mru@users.sf.net

             reply	other threads:[~2002-08-30 21:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-30 21:22 Måns Rullgård [this message]
2002-08-31 10:11 ` Måns Rullgård

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=yw1x8z2oca90.fsf@zaphod.guide \
    --to=mru@users.sourceforge.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®