Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Linux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jan.koester
Linux
Commits
e016c38d
Commit
e016c38d
authored
18 years ago
by
Ralf Baechle
Browse files
Options
Downloads
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
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
arch/mips/kernel/scall64-64.S
+1
-1
1 addition, 1 deletion
arch/mips/kernel/scall64-64.S
arch/mips/kernel/scall64-o32.S
+1
-1
1 addition, 1 deletion
arch/mips/kernel/scall64-o32.S
with
2 additions
and
2 deletions
arch/mips/kernel/scall64-64.S
+
1
−
1
View file @
e016c38d
...
@@ -470,4 +470,4 @@ sys_call_table:
...
@@ -470,4 +470,4 @@ sys_call_table:
PTR
sys_get_robust_list
PTR
sys_get_robust_list
PTR
sys_kexec_load
/*
5270
*/
PTR
sys_kexec_load
/*
5270
*/
PTR
sys_getcpu
PTR
sys_getcpu
PTR
compat_
sys_epoll_pwait
PTR
sys_epoll_pwait
This diff is collapsed.
Click to expand it.
arch/mips/kernel/scall64-o32.S
+
1
−
1
View file @
e016c38d
...
@@ -518,5 +518,5 @@ sys_call_table:
...
@@ -518,5 +518,5 @@ sys_call_table:
PTR
compat_sys_get_robust_list
/*
4310
*/
PTR
compat_sys_get_robust_list
/*
4310
*/
PTR
compat_sys_kexec_load
PTR
compat_sys_kexec_load
PTR
sys_getcpu
PTR
sys_getcpu
PTR
sys_epoll_pwait
PTR
compat_
sys_epoll_pwait
.
size
sys_call_table
,
.
-
sys_call_table
.
size
sys_call_table
,
.
-
sys_call_table
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment