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
5fd32657
Commit
5fd32657
authored
Jul 10, 2006
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MIPS] MIPSsim: Build fix, rename sim_timer_setup -> plat_timer_setup.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
75da124a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
arch/mips/mips-boards/sim/sim_time.c
arch/mips/mips-boards/sim/sim_time.c
+1
-1
No files found.
arch/mips/mips-boards/sim/sim_time.c
View file @
5fd32657
...
@@ -183,7 +183,7 @@ static void mips_timer_dispatch (struct pt_regs *regs)
...
@@ -183,7 +183,7 @@ static void mips_timer_dispatch (struct pt_regs *regs)
}
}
void
__init
sim
_timer_setup
(
struct
irqaction
*
irq
)
void
__init
plat
_timer_setup
(
struct
irqaction
*
irq
)
{
{
if
(
cpu_has_veic
)
{
if
(
cpu_has_veic
)
{
set_vi_handler
(
MSC01E_INT_CPUCTR
,
mips_timer_dispatch
);
set_vi_handler
(
MSC01E_INT_CPUCTR
,
mips_timer_dispatch
);
...
...
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