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
f435a91e
Commit
f435a91e
authored
Dec 06, 2007
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MIPS] BCM1480: Fix interrupt routing, take 2.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
7e1fb765
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
arch/mips/pci/pci-bcm1480.c
arch/mips/pci/pci-bcm1480.c
+4
-1
No files found.
arch/mips/pci/pci-bcm1480.c
View file @
f435a91e
...
...
@@ -76,7 +76,10 @@ static inline void WRITECFG32(u32 addr, u32 data)
int
pcibios_map_irq
(
const
struct
pci_dev
*
dev
,
u8
slot
,
u8
pin
)
{
return
K_BCM1480_INT_PCI_INTA
+
pin
;
if
(
pin
==
0
)
return
-
1
;
return
K_BCM1480_INT_PCI_INTA
-
1
+
pin
;
}
/* Do platform specific device initialization at pci_enable_device() time */
...
...
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