projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9e0ba8
)
microblaze: Fix of/address: Merge all of the bus translation code
author
Michal Simek
<monstr@monstr.eu>
Mon, 16 Aug 2010 08:31:53 +0000
(10:31 +0200)
committer
Grant Likely
<grant.likely@secretlab.ca>
Mon, 16 Aug 2010 20:55:46 +0000
(14:55 -0600)
Commit
dbbdee94734bf6f1db7af42008a53655e77cab8f
removed
of_irq_pci_swizzle but didn't use pci_swizzle_interrupt_pin
instead.
Signed-off-by: Michal Simek <monstr@monstr.eu>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
arch/microblaze/kernel/prom_parse.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/microblaze/kernel/prom_parse.c
b/arch/microblaze/kernel/prom_parse.c
index d33ba17601fa20d61c86c3ea982aab72ca6508e1..99d9b61cccb592cb34985bf79fb777b0521a36bf 100644
(file)
--- a/
arch/microblaze/kernel/prom_parse.c
+++ b/
arch/microblaze/kernel/prom_parse.c
@@
-73,7
+73,7
@@
int of_irq_map_pci(struct pci_dev *pdev, struct of_irq *out_irq)
/* We can only get here if we hit a P2P bridge with no node,
* let's do standard swizzling and try again
*/
- lspec =
of_irq_pci_swizzle(PCI_SLOT(pdev->devfn)
, lspec);
+ lspec =
pci_swizzle_interrupt_pin(pdev
, lspec);
pdev = ppdev;
}