Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
c3347432
Commit
c3347432
authored
Mar 20, 2003
by
Geert Uytterhoeven
Committed by
Linus Torvalds
Mar 20, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] M68k syscall updates
M68k syscalls: NR_syscalls updates for 2.5.63
parent
67489eec
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
arch/m68k/kernel/entry.S
arch/m68k/kernel/entry.S
+1
-5
include/asm-m68k/unistd.h
include/asm-m68k/unistd.h
+3
-1
No files found.
arch/m68k/kernel/entry.S
View file @
c3347432
...
...
@@ -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
include/asm-m68k/unistd.h
View file @
c3347432
...
...
@@ -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) \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment