* [PATCH] PowerPC PCI: add 64-bit physical address support to setup_indirect_pci.
@ 2007-10-08 12:51 Valentine Barshak
2007-10-08 13:49 ` Kumar Gala
0 siblings, 1 reply; 2+ messages in thread
From: Valentine Barshak @ 2007-10-08 12:51 UTC (permalink / raw)
To: linuxppc-dev
Add 64-bit physical address support to setup_indirect_pci().
Signed-off-by: Valentine Barshak <vbarshak@ru•mvista.com>
---
arch/powerpc/sysdev/indirect_pci.c | 6 ++++--
include/asm-powerpc/pci-bridge.h | 3 ++-
2 files changed, 6 insertions(+), 3 deletions(-)
diff -pruN linux-2.6.orig/arch/powerpc/sysdev/indirect_pci.c linux-2.6/arch/powerpc/sysdev/indirect_pci.c
--- linux-2.6.orig/arch/powerpc/sysdev/indirect_pci.c 2007-10-08 16:29:54.000000000 +0400
+++ linux-2.6/arch/powerpc/sysdev/indirect_pci.c 2007-10-08 16:45:40.000000000 +0400
@@ -149,9 +149,11 @@ static struct pci_ops indirect_pci_ops =
};
void __init
-setup_indirect_pci(struct pci_controller* hose, u32 cfg_addr, u32 cfg_data, u32 flags)
+setup_indirect_pci(struct pci_controller* hose,
+ resource_size_t cfg_addr,
+ resource_size_t cfg_data, u32 flags)
{
- unsigned long base = cfg_addr & PAGE_MASK;
+ resource_size_t base = cfg_addr & PAGE_MASK;
void __iomem *mbase;
mbase = ioremap(base, PAGE_SIZE);
diff -pruN linux-2.6.orig/include/asm-powerpc/pci-bridge.h linux-2.6/include/asm-powerpc/pci-bridge.h
--- linux-2.6.orig/include/asm-powerpc/pci-bridge.h 2007-10-08 16:30:41.000000000 +0400
+++ linux-2.6/include/asm-powerpc/pci-bridge.h 2007-10-08 16:45:40.000000000 +0400
@@ -98,7 +98,8 @@ extern int early_find_capability(struct
int dev_fn, int cap);
extern void setup_indirect_pci(struct pci_controller* hose,
- u32 cfg_addr, u32 cfg_data, u32 flags);
+ resource_size_t cfg_addr,
+ resource_size_t cfg_data, u32 flags);
extern void setup_grackle(struct pci_controller *hose);
extern void __init update_bridge_resource(struct pci_dev *dev,
struct resource *res);
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] PowerPC PCI: add 64-bit physical address support to setup_indirect_pci.
2007-10-08 12:51 [PATCH] PowerPC PCI: add 64-bit physical address support to setup_indirect_pci Valentine Barshak
@ 2007-10-08 13:49 ` Kumar Gala
0 siblings, 0 replies; 2+ messages in thread
From: Kumar Gala @ 2007-10-08 13:49 UTC (permalink / raw)
To: Valentine Barshak; +Cc: PowerPC dev list, Benjamin Herrenschmidt
On Oct 8, 2007, at 7:51 AM, Valentine Barshak wrote:
> Add 64-bit physical address support to setup_indirect_pci().
>
> Signed-off-by: Valentine Barshak <vbarshak@ru•mvista.com>
Acked-by: Kumar Gala <galak@kernel•crashing.org>
- k
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-10-08 13:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-08 12:51 [PATCH] PowerPC PCI: add 64-bit physical address support to setup_indirect_pci Valentine Barshak
2007-10-08 13:49 ` Kumar Gala
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox