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
e7913de9
Commit
e7913de9
authored
Sep 13, 2008
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sparc32: Kill irq_rcvreg from sun4m_irq.c
Unused. Signed-off-by:
David S. Miller
<
davem@davemloft.net
>
parent
c7e606a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
arch/sparc/kernel/sun4m_irq.c
arch/sparc/kernel/sun4m_irq.c
+2
-6
No files found.
arch/sparc/kernel/sun4m_irq.c
View file @
e7913de9
...
...
@@ -59,9 +59,6 @@ struct sun4m_irq_global {
struct
sun4m_irq_percpu
__iomem
*
sun4m_irq_percpu
[
SUN4M_NCPUS
];
struct
sun4m_irq_global
__iomem
*
sun4m_irq_global
;
static
unsigned
long
dummy
;
unsigned
long
*
irq_rcvreg
=
&
dummy
;
/* Dave Redman (djhr@tadpole.co.uk)
* The sun4m interrupt registers.
*/
...
...
@@ -369,10 +366,9 @@ void __init sun4m_init_IRQ(void)
for
(
i
=
0
;
!
cpu_find_by_instance
(
i
,
NULL
,
&
mid
);
i
++
)
sbus_writel
(
~
0x17fff
,
&
sun4m_irq_percpu
[
mid
]
->
clear
);
if
(
num_cpu_iregs
==
4
)
{
irq_rcvreg
=
(
unsigned
long
*
)
&
sun4m_irq_global
->
interrupt_target
;
if
(
num_cpu_iregs
==
4
)
sbus_writel
(
0
,
&
sun4m_irq_global
->
interrupt_target
);
}
BTFIXUPSET_CALL
(
enable_irq
,
sun4m_enable_irq
,
BTFIXUPCALL_NORM
);
BTFIXUPSET_CALL
(
disable_irq
,
sun4m_disable_irq
,
BTFIXUPCALL_NORM
);
BTFIXUPSET_CALL
(
enable_pil_irq
,
sun4m_enable_pil_irq
,
BTFIXUPCALL_NORM
);
...
...
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