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
205d84aa
Commit
205d84aa
authored
Feb 13, 2007
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MIPS] signal: Move {restore,setup}_sigcontext prototypes to their user
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
dd02f06a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
arch/mips/kernel/signal-common.h
arch/mips/kernel/signal-common.h
+0
-6
arch/mips/kernel/signal_n32.c
arch/mips/kernel/signal_n32.c
+4
-0
No files found.
arch/mips/kernel/signal-common.h
View file @
205d84aa
...
...
@@ -45,12 +45,6 @@ struct sigframe {
#endif
/* !ICACHE_REFILLS_WORKAROUND_WAR */
/*
* handle hardware context
*/
extern
int
setup_sigcontext
(
struct
pt_regs
*
,
struct
sigcontext
__user
*
);
extern
int
restore_sigcontext
(
struct
pt_regs
*
,
struct
sigcontext
__user
*
);
/*
* Determine which stack to use..
*/
...
...
arch/mips/kernel/signal_n32.c
View file @
205d84aa
...
...
@@ -49,6 +49,10 @@
#define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP)))
extern
int
setup_sigcontext
(
struct
pt_regs
*
,
struct
sigcontext
__user
*
);
extern
int
restore_sigcontext
(
struct
pt_regs
*
,
struct
sigcontext
__user
*
);
/* IRIX compatible stack_t */
typedef
struct
sigaltstack32
{
s32
ss_sp
;
...
...
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