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
c6692e77
Commit
c6692e77
authored
Sep 05, 2003
by
David Mosberger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ia64: Direct sys_fadvise64() to sys_fadvise64_64().
parent
43bed39b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
arch/ia64/kernel/entry.S
arch/ia64/kernel/entry.S
+1
-1
arch/ia64/kernel/fsys.S
arch/ia64/kernel/fsys.S
+1
-1
No files found.
arch/ia64/kernel/entry.S
View file @
c6692e77
...
...
@@ -1448,7 +1448,7 @@ sys_call_table:
data8
sys_sched_setaffinity
data8
sys_sched_getaffinity
data8
sys_set_tid_address
data8
sys_fadvise64
data8
sys_fadvise64
_64
data8
sys_tgkill
//
1235
data8
sys_exit_group
data8
sys_lookup_dcookie
...
...
arch/ia64/kernel/fsys.S
View file @
c6692e77
...
...
@@ -655,7 +655,7 @@ fsyscall_table:
data8
0
//
sched_setaffinity
data8
0
//
sched_getaffinity
data8
fsys_set_tid_address
//
set_tid_address
data8
0
//
fadvise64
data8
0
//
fadvise64
_64
data8
0
//
tgkill
//
1235
data8
0
//
exit_group
data8
0
//
lookup_dcookie
...
...
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