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
0eb2c80c
Commit
0eb2c80c
authored
Mar 21, 2016
by
Geert Uytterhoeven
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
m68k: Wire up preadv2 and pwritev2
Signed-off-by:
Geert Uytterhoeven
<
geert@linux-m68k.org
>
parent
9735a227
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
arch/m68k/include/asm/unistd.h
arch/m68k/include/asm/unistd.h
+1
-1
arch/m68k/include/uapi/asm/unistd.h
arch/m68k/include/uapi/asm/unistd.h
+2
-0
arch/m68k/kernel/syscalltable.S
arch/m68k/kernel/syscalltable.S
+2
-0
No files found.
arch/m68k/include/asm/unistd.h
View file @
0eb2c80c
...
...
@@ -4,7 +4,7 @@
#include <uapi/asm/unistd.h>
#define NR_syscalls 37
7
#define NR_syscalls 37
9
#define __ARCH_WANT_OLD_READDIR
#define __ARCH_WANT_OLD_STAT
...
...
arch/m68k/include/uapi/asm/unistd.h
View file @
0eb2c80c
...
...
@@ -382,5 +382,7 @@
#define __NR_membarrier 374
#define __NR_mlock2 375
#define __NR_copy_file_range 376
#define __NR_preadv2 377
#define __NR_pwritev2 378
#endif
/* _UAPI_ASM_M68K_UNISTD_H_ */
arch/m68k/kernel/syscalltable.S
View file @
0eb2c80c
...
...
@@ -397,3 +397,5 @@ ENTRY(sys_call_table)
.
long
sys_membarrier
.
long
sys_mlock2
/*
375
*/
.
long
sys_copy_file_range
.
long
sys_preadv2
.
long
sys_pwritev2
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