Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
46abf4b3
Commit
46abf4b3
authored
Oct 31, 2007
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MIPS] SB1250: Use the right irqaction for the timer interrupt.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
d1598b6a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
arch/mips/sibyte/sb1250/time.c
arch/mips/sibyte/sb1250/time.c
+1
-7
No files found.
arch/mips/sibyte/sb1250/time.c
View file @
46abf4b3
...
...
@@ -113,12 +113,6 @@ static irqreturn_t sibyte_counter_handler(int irq, void *dev_id)
return
IRQ_HANDLED
;
}
static
struct
irqaction
sibyte_irqaction
=
{
.
handler
=
sibyte_counter_handler
,
.
flags
=
IRQF_DISABLED
|
IRQF_PERCPU
,
.
name
=
"timer"
,
};
static
DEFINE_PER_CPU
(
struct
clock_event_device
,
sibyte_hpt_clockevent
);
static
DEFINE_PER_CPU
(
struct
irqaction
,
sibyte_hpt_irqaction
);
static
DEFINE_PER_CPU
(
char
[
18
],
sibyte_hpt_name
);
...
...
@@ -161,7 +155,7 @@ void __cpuinit sb1250_clockevent_init(void)
action
->
flags
=
IRQF_DISABLED
|
IRQF_PERCPU
;
action
->
name
=
name
;
action
->
dev_id
=
cd
;
setup_irq
(
irq
,
&
sibyte_irq
action
);
setup_irq
(
irq
,
&
action
);
}
/*
...
...
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