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
fdc9e4e0
Commit
fdc9e4e0
authored
Oct 17, 2021
by
Helge Deller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
parisc: Use PRIV_USER in syscall.S
Signed-off-by:
Helge Deller
<
deller@gmx.de
>
parent
66e29fcd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
arch/parisc/kernel/syscall.S
arch/parisc/kernel/syscall.S
+2
-2
No files found.
arch/parisc/kernel/syscall.S
View file @
fdc9e4e0
...
...
@@ -78,7 +78,7 @@ ENTRY(linux_gateway_page)
lws_entry
:
gate
lws_start
,
%
r0
/*
increase
privilege
*/
depi
3
,
31
,
2
,
%
r31
/*
Ensure
we
return
into
user
mode
.
*/
depi
PRIV_USER
,
31
,
2
,
%
r31
/*
Ensure
we
return
into
user
mode
.
*/
/
*
Fill
from
0xb8
to
0xe0
*/
.
rept
10
...
...
@@ -89,7 +89,7 @@ lws_entry:
mechanism
to
work
.
DO
NOT
MOVE
THIS
CODE
EVER
!
*/
set_thread_pointer
:
gate
.
+
8
,
%
r0
/*
increase
privilege
*/
depi
3
,
31
,
2
,
%
r31
/*
Ensure
we
return
into
user
mode
.
*/
depi
PRIV_USER
,
31
,
2
,
%
r31
/*
Ensure
we
return
into
user
mode
.
*/
be
0
(%
sr7
,%
r31
)
/*
return
to
user
space
*/
mtctl
%
r26
,
%
cr27
/*
move
arg0
to
the
control
register
*/
...
...
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