Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Linux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jan.koester
Linux
Commits
4ed78009
Commit
4ed78009
authored
10 years ago
by
Geert Uytterhoeven
Browse files
Options
Downloads
Patches
Plain Diff
m68k: Wire up memfd_create
Signed-off-by:
Geert Uytterhoeven
<
geert@linux-m68k.org
>
parent
16d7b8b9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
arch/m68k/include/asm/unistd.h
+1
-1
1 addition, 1 deletion
arch/m68k/include/asm/unistd.h
arch/m68k/include/uapi/asm/unistd.h
+1
-0
1 addition, 0 deletions
arch/m68k/include/uapi/asm/unistd.h
arch/m68k/kernel/syscalltable.S
+1
-0
1 addition, 0 deletions
arch/m68k/kernel/syscalltable.S
with
3 additions
and
1 deletion
arch/m68k/include/asm/unistd.h
+
1
−
1
View file @
4ed78009
...
...
@@ -4,7 +4,7 @@
#include
<uapi/asm/unistd.h>
#define NR_syscalls 35
3
#define NR_syscalls 35
4
#define __ARCH_WANT_OLD_READDIR
#define __ARCH_WANT_OLD_STAT
...
...
This diff is collapsed.
Click to expand it.
arch/m68k/include/uapi/asm/unistd.h
+
1
−
0
View file @
4ed78009
...
...
@@ -358,5 +358,6 @@
#define __NR_sched_getattr 350
#define __NR_renameat2 351
#define __NR_getrandom 352
#define __NR_memfd_create 353
#endif
/* _UAPI_ASM_M68K_UNISTD_H_ */
This diff is collapsed.
Click to expand it.
arch/m68k/kernel/syscalltable.S
+
1
−
0
View file @
4ed78009
...
...
@@ -373,4 +373,5 @@ ENTRY(sys_call_table)
.
long
sys_sched_getattr
/*
350
*/
.
long
sys_renameat2
.
long
sys_getrandom
.
long
sys_memfd_create
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment