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
74159827
Commit
74159827
authored
Mar 23, 2011
by
Tony Luck
Browse files
Options
Browse Files
Download
Plain Diff
Merge branches 'pstore-fixes' and 'syscalls2' into release
parents
9f6af27f
9298168d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
arch/ia64/include/asm/unistd.h
arch/ia64/include/asm/unistd.h
+5
-1
arch/ia64/kernel/entry.S
arch/ia64/kernel/entry.S
+4
-0
No files found.
arch/ia64/include/asm/unistd.h
View file @
74159827
...
...
@@ -315,11 +315,15 @@
#define __NR_fanotify_init 1323
#define __NR_fanotify_mark 1324
#define __NR_prlimit64 1325
#define __NR_name_to_handle_at 1326
#define __NR_open_by_handle_at 1327
#define __NR_clock_adjtime 1328
#define __NR_syncfs 1329
#ifdef __KERNEL__
#define NR_syscalls 30
2
/* length of syscall table */
#define NR_syscalls 30
6
/* length of syscall table */
/*
* The following defines stop scripts/checksyscalls.sh from complaining about
...
...
arch/ia64/kernel/entry.S
View file @
74159827
...
...
@@ -1771,6 +1771,10 @@ sys_call_table:
data8
sys_fanotify_init
data8
sys_fanotify_mark
data8
sys_prlimit64
//
1325
data8
sys_name_to_handle_at
data8
sys_open_by_handle_at
data8
sys_clock_adjtime
data8
sys_syncfs
.
org
sys_call_table
+
8
*
NR_syscalls
//
guard
against
failures
to
increase
NR_syscalls
#endif /* __IA64_ASM_PARAVIRTUALIZED_NATIVE */
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