Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
linux
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Martyn Welch
linux
Commits
33b054b8
Commit
33b054b8
authored
14 years ago
by
Thomas Gleixner
Browse files
Options
Downloads
Patches
Plain Diff
genirq: Remove handle_IRQ_event
Last user gone. Signed-off-by:
Thomas Gleixner
<
tglx@linutronix.de
>
parent
68293105
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/linux/irq.h
+0
-3
0 additions, 3 deletions
include/linux/irq.h
kernel/irq/handle.c
+0
-12
0 additions, 12 deletions
kernel/irq/handle.c
with
0 additions
and
15 deletions
include/linux/irq.h
+
0
−
3
View file @
33b054b8
...
...
@@ -413,9 +413,6 @@ static inline void irq_move_masked_irq(struct irq_data *data) { }
extern
int
no_irq_affinity
;
/* Handle irq action chains: */
extern
irqreturn_t
handle_IRQ_event
(
unsigned
int
irq
,
struct
irqaction
*
action
);
/*
* Built-in IRQ handlers for various IRQ types,
* callable via desc->handle_irq()
...
...
This diff is collapsed.
Click to expand it.
kernel/irq/handle.c
+
0
−
12
View file @
33b054b8
...
...
@@ -188,15 +188,3 @@ irqreturn_t handle_irq_event(struct irq_desc *desc)
irq_compat_clr_progress
(
desc
);
return
ret
;
}
/**
* handle_IRQ_event - irq action chain handler
* @irq: the interrupt number
* @action: the interrupt action chain for this irq
*
* Handles the action chain of an irq event
*/
irqreturn_t
handle_IRQ_event
(
unsigned
int
irq
,
struct
irqaction
*
action
)
{
return
handle_irq_event_percpu
(
irq_to_desc
(
irq
),
action
);
}
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