Commit c3347432 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Linus Torvalds

[PATCH] M68k syscall updates

M68k syscalls: NR_syscalls updates for 2.5.63
parent 67489eec
......@@ -33,7 +33,6 @@
* for 68040
*/
#include <linux/sys.h>
#include <linux/config.h>
#include <linux/linkage.h>
#include <asm/entry.h>
......@@ -41,6 +40,7 @@
#include <asm/setup.h>
#include <asm/segment.h>
#include <asm/traps.h>
#include <asm/unistd.h>
#include "m68k_defs.h"
......@@ -661,7 +661,3 @@ sys_call_table:
.long sys_lremovexattr
.long sys_fremovexattr
.long sys_futex /* 235 */
.rept NR_syscalls-(.-sys_call_table)/4
.long sys_ni_syscall
.endr
......@@ -239,7 +239,9 @@
#define __NR_fremovexattr 234
#define __NR_futex 235
/* user-visible error numbers are in the range -1 - -122: see
#define NR_syscalls 236
/* user-visible error numbers are in the range -1 - -124: see
<asm-m68k/errno.h> */
#define __syscall_return(type, res) \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment