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
b4d05cb9
Commit
b4d05cb9
authored
Mar 29, 2006
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MIPS] Make set_vi_srs_handler static.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
6fd11a21
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
arch/mips/kernel/traps.c
arch/mips/kernel/traps.c
+1
-1
include/asm-mips/system.h
include/asm-mips/system.h
+0
-1
No files found.
arch/mips/kernel/traps.c
View file @
b4d05cb9
...
...
@@ -1019,7 +1019,7 @@ void mips_srs_free (int set)
spin_unlock_irqrestore
(
&
sr
->
sr_lock
,
flags
);
}
void
*
set_vi_srs_handler
(
int
n
,
void
*
addr
,
int
srs
)
static
void
*
set_vi_srs_handler
(
int
n
,
void
*
addr
,
int
srs
)
{
unsigned
long
handler
;
unsigned
long
old_handler
=
vi_handlers
[
n
];
...
...
include/asm-mips/system.h
View file @
b4d05cb9
...
...
@@ -440,7 +440,6 @@ static inline unsigned long __cmpxchg(volatile void * ptr, unsigned long old,
extern
void
set_handler
(
unsigned
long
offset
,
void
*
addr
,
unsigned
long
len
);
extern
void
set_uncached_handler
(
unsigned
long
offset
,
void
*
addr
,
unsigned
long
len
);
extern
void
*
set_vi_handler
(
int
n
,
void
*
addr
);
extern
void
*
set_vi_srs_handler
(
int
n
,
void
*
addr
,
int
regset
);
extern
void
*
set_except_vector
(
int
n
,
void
*
addr
);
extern
void
per_cpu_trap_init
(
void
);
...
...
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