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
f213c4a1
Commit
f213c4a1
authored
Sep 01, 2003
by
David Mosberger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ia64: Drop unnecessary fadvise64_64() bloat (it isn't needed on 64-bit
platforms).
parent
ba5b5f36
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
arch/ia64/kernel/entry.S
arch/ia64/kernel/entry.S
+1
-1
arch/ia64/kernel/fsys.S
arch/ia64/kernel/fsys.S
+1
-1
include/asm-ia64/unistd.h
include/asm-ia64/unistd.h
+0
-1
No files found.
arch/ia64/kernel/entry.S
View file @
f213c4a1
...
...
@@ -1473,7 +1473,7 @@ sys_call_table:
data8
sys_clock_nanosleep
data8
sys_fstatfs64
data8
sys_statfs64
data8
sys_fadvise64_64
data8
ia64_ni_syscall
data8
ia64_ni_syscall
//
1260
data8
ia64_ni_syscall
data8
ia64_ni_syscall
...
...
arch/ia64/kernel/fsys.S
View file @
f213c4a1
...
...
@@ -680,7 +680,7 @@ fsyscall_table:
data8
0
//
clock_nanosleep
data8
0
//
fstatfs64
data8
0
//
statfs64
data8
0
//
fadvise64_64
data8
0
data8
0
//
1260
data8
0
data8
0
...
...
include/asm-ia64/unistd.h
View file @
f213c4a1
...
...
@@ -248,7 +248,6 @@
#define __NR_sys_clock_nanosleep 1256
#define __NR_sys_fstatfs64 1257
#define __NR_sys_statfs64 1258
#define __NR_fadvises64_64 1259
#ifdef __KERNEL__
...
...
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