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
e016c38d
Commit
e016c38d
authored
Feb 24, 2007
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MIPS] Fix foobar in wiring up compat_sys_epoll_pwait syscall.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
b772e6d2
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-64.S
arch/mips/kernel/scall64-64.S
+1
-1
arch/mips/kernel/scall64-o32.S
arch/mips/kernel/scall64-o32.S
+1
-1
No files found.
arch/mips/kernel/scall64-64.S
View file @
e016c38d
...
...
@@ -470,4 +470,4 @@ sys_call_table:
PTR
sys_get_robust_list
PTR
sys_kexec_load
/*
5270
*/
PTR
sys_getcpu
PTR
compat_
sys_epoll_pwait
PTR
sys_epoll_pwait
arch/mips/kernel/scall64-o32.S
View file @
e016c38d
...
...
@@ -518,5 +518,5 @@ sys_call_table:
PTR
compat_sys_get_robust_list
/*
4310
*/
PTR
compat_sys_kexec_load
PTR
sys_getcpu
PTR
sys_epoll_pwait
PTR
compat_
sys_epoll_pwait
.
size
sys_call_table
,
.
-
sys_call_table
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