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
e16687d5
Commit
e16687d5
authored
Jun 27, 2003
by
Anton Blanchard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ppc64: remove ERESTARTNOHAND code in syscall exit, from ppc32
parent
1cf0f807
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
arch/ppc64/kernel/entry.S
arch/ppc64/kernel/entry.S
+0
-6
No files found.
arch/ppc64/kernel/entry.S
View file @
e16687d5
...
...
@@ -141,9 +141,6 @@ _GLOBAL(ret_from_syscall_1)
cmpl
0
,
r3
,
r10
blt
30
f
neg
r3
,
r3
cmpi
0
,
r3
,
ERESTARTNOHAND
bne
22
f
li
r3
,
EINTR
22
:
ld
r10
,
_CCR
(
r1
)
/*
Set
SO
bit
in
CR
*/
oris
r10
,
r10
,
0x1000
std
r10
,
_CCR
(
r1
)
...
...
@@ -199,9 +196,6 @@ _GLOBAL(ret_from_syscall_2)
cmpl
0
,
r3
,
r10
blt
60
f
neg
r3
,
r3
cmpi
0
,
r3
,
ERESTARTNOHAND
bne
57
f
li
r3
,
EINTR
57
:
ld
r10
,
_CCR
(
r1
)
/*
Set
SO
bit
in
CR
*/
oris
r10
,
r10
,
0x1000
std
r10
,
_CCR
(
r1
)
...
...
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