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
9e82d450
Commit
9e82d450
authored
Jul 19, 2013
by
Richard Weinberger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
um: remove dead code
"me" is not used. Signed-off-by:
Richard Weinberger
<
richard@nod.at
>
parent
9a8c1359
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
arch/x86/um/signal.c
arch/x86/um/signal.c
+0
-1
No files found.
arch/x86/um/signal.c
View file @
9e82d450
...
@@ -508,7 +508,6 @@ int setup_signal_stack_si(unsigned long stack_top, int sig,
...
@@ -508,7 +508,6 @@ int setup_signal_stack_si(unsigned long stack_top, int sig,
{
{
struct
rt_sigframe
__user
*
frame
;
struct
rt_sigframe
__user
*
frame
;
int
err
=
0
;
int
err
=
0
;
struct
task_struct
*
me
=
current
;
frame
=
(
struct
rt_sigframe
__user
*
)
frame
=
(
struct
rt_sigframe
__user
*
)
round_down
(
stack_top
-
sizeof
(
struct
rt_sigframe
),
16
);
round_down
(
stack_top
-
sizeof
(
struct
rt_sigframe
),
16
);
...
...
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