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
dfbb83d3
Commit
dfbb83d3
authored
Mar 02, 2013
by
Al Viro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[regression] braino in "sparc: convert to ksignal"
Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
3f6d078d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
arch/sparc/kernel/signal32.c
arch/sparc/kernel/signal32.c
+1
-1
No files found.
arch/sparc/kernel/signal32.c
View file @
dfbb83d3
...
@@ -726,7 +726,7 @@ static inline void syscall_restart32(unsigned long orig_i0, struct pt_regs *regs
...
@@ -726,7 +726,7 @@ static inline void syscall_restart32(unsigned long orig_i0, struct pt_regs *regs
* want to handle. Thus you cannot kill init even with a SIGKILL even by
* want to handle. Thus you cannot kill init even with a SIGKILL even by
* mistake.
* mistake.
*/
*/
void
do_signal32
(
s
igset_t
*
oldset
,
s
truct
pt_regs
*
regs
)
void
do_signal32
(
struct
pt_regs
*
regs
)
{
{
struct
ksignal
ksig
;
struct
ksignal
ksig
;
unsigned
long
orig_i0
=
0
;
unsigned
long
orig_i0
=
0
;
...
...
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