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
nexedi
linux
Commits
459c2a46
Commit
459c2a46
authored
Nov 18, 2002
by
Richard Henderson
Committed by
Richard Henderson
Nov 18, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove osf_swapon; fall back to sys_swapon immediately.
parent
e88ce280
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
13 deletions
+2
-13
arch/alpha/kernel/osf_sys.c
arch/alpha/kernel/osf_sys.c
+0
-12
arch/alpha/kernel/systbls.S
arch/alpha/kernel/systbls.S
+2
-1
No files found.
arch/alpha/kernel/osf_sys.c
View file @
459c2a46
...
...
@@ -417,18 +417,6 @@ osf_utsname(char *name)
return
error
;
}
asmlinkage
int
osf_swapon
(
const
char
*
path
,
int
flags
,
int
lowat
,
int
hiwat
)
{
int
ret
;
/* for now, simply ignore lowat and hiwat... */
lock_kernel
();
ret
=
sys_swapon
(
path
,
flags
);
unlock_kernel
();
return
ret
;
}
asmlinkage
unsigned
long
sys_getpagesize
(
void
)
{
...
...
arch/alpha/kernel/systbls.S
View file @
459c2a46
...
...
@@ -216,7 +216,8 @@ sys_call_table:
.
quad
alpha_ni_syscall
.
quad
alpha_ni_syscall
.
quad
alpha_ni_syscall
.
quad
osf_swapon
/
*
The
OSF
swapon
has
two
extra
arguments
,
but
we
ignore
them
.
*/
.
quad
sys_swapon
.
quad
sys_msgctl
/*
200
*/
.
quad
sys_msgget
.
quad
sys_msgrcv
...
...
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