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
7da12725
Commit
7da12725
authored
Oct 14, 2010
by
Kyle McMartin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
parisc: kill __do_IRQ
Signed-off-by:
Kyle McMartin
<
kyle@redhat.com
>
parent
8ed5c00d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
7 deletions
+4
-7
arch/parisc/Kconfig
arch/parisc/Kconfig
+4
-0
arch/parisc/include/asm/irq.h
arch/parisc/include/asm/irq.h
+0
-3
arch/parisc/kernel/irq.c
arch/parisc/kernel/irq.c
+0
-4
No files found.
arch/parisc/Kconfig
View file @
7da12725
...
...
@@ -18,6 +18,7 @@ config PARISC
select BUG
select HAVE_PERF_EVENTS
select GENERIC_ATOMIC64 if !64BIT
select GENERIC_HARDIRQS_NO__DO_IRQ
help
The PA-RISC microprocessor is designed by Hewlett-Packard and used
in many of their workstations & servers (HP9000 700 and 800 series,
...
...
@@ -84,6 +85,9 @@ config IRQ_PER_CPU
bool
default y
config GENERIC_HARDIRQS_NO__DO_IRQ
def_bool y
# unless you want to implement ACPI on PA-RISC ... ;-)
config PM
bool
...
...
arch/parisc/include/asm/irq.h
View file @
7da12725
...
...
@@ -32,9 +32,6 @@ static __inline__ int irq_canonicalize(int irq)
}
struct
irq_chip
;
struct
irq_desc
;
extern
void
parisc_do_IRQ
(
unsigned
int
irq
,
struct
irq_desc
*
desc
);
/*
* Some useful "we don't have to do anything here" handlers. Should
...
...
arch/parisc/kernel/irq.c
View file @
7da12725
...
...
@@ -418,7 +418,3 @@ void __init init_IRQ(void)
}
void
parisc_do_IRQ
(
unsigned
int
irq
,
struct
irq_desc
*
desc
)
{
__do_IRQ
(
irq
);
}
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