Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
8d13cb26
Commit
8d13cb26
authored
Dec 03, 2008
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MIPS: 64-bit: vmsplice needs to use the compat wrapper for o32 and N32.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
08d30879
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
arch/mips/kernel/scall64-n32.S
arch/mips/kernel/scall64-n32.S
+1
-1
arch/mips/kernel/scall64-o32.S
arch/mips/kernel/scall64-o32.S
+1
-1
No files found.
arch/mips/kernel/scall64-n32.S
View file @
8d13cb26
...
...
@@ -390,7 +390,7 @@ EXPORT(sysn32_call_table)
PTR
sys_splice
PTR
sys_sync_file_range
PTR
sys_tee
PTR
sys_vmsplice
/*
6270
*/
PTR
compat_sys_vmsplice
/*
6270
*/
PTR
sys_move_pages
PTR
compat_sys_set_robust_list
PTR
compat_sys_get_robust_list
...
...
arch/mips/kernel/scall64-o32.S
View file @
8d13cb26
...
...
@@ -510,7 +510,7 @@ sys_call_table:
PTR
sys_splice
PTR
sys32_sync_file_range
/*
4305
*/
PTR
sys_tee
PTR
sys_vmsplice
PTR
compat_
sys_vmsplice
PTR
compat_sys_move_pages
PTR
compat_sys_set_robust_list
PTR
compat_sys_get_robust_list
/*
4310
*/
...
...
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