Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
KED Linux Kernel Fork
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KED Software Projects
Miscellaneous
KED Linux Kernel Fork
Commits
205d84aa
Commit
205d84aa
authored
18 years ago
by
Ralf Baechle
Browse files
Options
Downloads
Patches
Plain Diff
[MIPS] signal: Move {restore,setup}_sigcontext prototypes to their user
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
dd02f06a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
arch/mips/kernel/signal-common.h
+0
-6
0 additions, 6 deletions
arch/mips/kernel/signal-common.h
arch/mips/kernel/signal_n32.c
+4
-0
4 additions, 0 deletions
arch/mips/kernel/signal_n32.c
with
4 additions
and
6 deletions
arch/mips/kernel/signal-common.h
+
0
−
6
View file @
205d84aa
...
@@ -45,12 +45,6 @@ struct sigframe {
...
@@ -45,12 +45,6 @@ struct sigframe {
#endif
/* !ICACHE_REFILLS_WORKAROUND_WAR */
#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..
* Determine which stack to use..
*/
*/
...
...
This diff is collapsed.
Click to expand it.
arch/mips/kernel/signal_n32.c
+
4
−
0
View file @
205d84aa
...
@@ -49,6 +49,10 @@
...
@@ -49,6 +49,10 @@
#define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP)))
#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 */
/* IRIX compatible stack_t */
typedef
struct
sigaltstack32
{
typedef
struct
sigaltstack32
{
s32
ss_sp
;
s32
ss_sp
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment