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
ff3eab2a
Commit
ff3eab2a
authored
Mar 29, 2006
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MIPS] Some formatting fixes.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
7acb783e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
arch/mips/kernel/traps.c
arch/mips/kernel/traps.c
+3
-3
No files found.
arch/mips/kernel/traps.c
View file @
ff3eab2a
...
...
@@ -987,7 +987,7 @@ int mips_srs_max(void)
return
shadow_registers
.
sr_supported
;
}
int
mips_srs_alloc
(
void
)
int
mips_srs_alloc
(
void
)
{
struct
shadow_registers
*
sr
=
&
shadow_registers
;
unsigned
long
flags
;
...
...
@@ -1096,7 +1096,7 @@ static void *set_vi_srs_handler(int n, void *addr, int srs)
void
*
set_vi_handler
(
int
n
,
void
*
addr
)
{
return
set_vi_srs_handler
(
n
,
addr
,
0
);
return
set_vi_srs_handler
(
n
,
addr
,
0
);
}
#endif
...
...
@@ -1277,7 +1277,7 @@ void __init trap_init(void)
if
(
cpu_has_veic
||
cpu_has_vint
)
{
int
nvec
=
cpu_has_veic
?
64
:
8
;
for
(
i
=
0
;
i
<
nvec
;
i
++
)
set_vi_handler
(
i
,
NULL
);
set_vi_handler
(
i
,
NULL
);
}
else
if
(
cpu_has_divec
)
set_handler
(
0x200
,
&
except_vec4
,
0x8
);
...
...
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