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
ed7a2365
Commit
ed7a2365
authored
Aug 27, 2007
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MIPS] IP27: shutdown_bridge_irq: don't free irq.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
8313da30
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
arch/mips/sgi-ip27/ip27-irq.c
arch/mips/sgi-ip27/ip27-irq.c
+0
-3
No files found.
arch/mips/sgi-ip27/ip27-irq.c
View file @
ed7a2365
...
...
@@ -292,7 +292,6 @@ static unsigned int startup_bridge_irq(unsigned int irq)
static
void
shutdown_bridge_irq
(
unsigned
int
irq
)
{
struct
bridge_controller
*
bc
=
IRQ_TO_BRIDGE
(
irq
);
struct
hub_data
*
hub
=
hub_data
(
cpu_to_node
(
bc
->
irq_cpu
));
bridge_t
*
bridge
=
bc
->
base
;
int
pin
,
swlevel
;
cpuid_t
cpu
;
...
...
@@ -307,8 +306,6 @@ static void shutdown_bridge_irq(unsigned int irq)
swlevel
=
find_level
(
&
cpu
,
irq
);
intr_disconnect_level
(
cpu
,
swlevel
);
__clear_bit
(
swlevel
,
hub
->
irq_alloc_mask
);
bridge
->
b_int_enable
&=
~
(
1
<<
pin
);
bridge
->
b_wid_tflush
;
}
...
...
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