projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a427cee
)
[ARM] 2999/1: Replace map_desc.physical with map_desc.pfn: H720x
author
Deepak Saxena
<dsaxena@plexity.net>
Fri, 28 Oct 2005 14:19:09 +0000
(15:19 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Fri, 28 Oct 2005 14:19:09 +0000
(15:19 +0100)
Patch from Deepak Saxena
H720x map_desc.pfn conversion
Signed-off-by: Deepak Saxena <dsaxena@plexity.net>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-h720x/common.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-h720x/common.c
b/arch/arm/mach-h720x/common.c
index 5110e2e65ddd3176a78c4880daaec219d4eae138..c096b45693084f4bbab9a15ed3c20dadb32ce0c2 100644
(file)
--- a/
arch/arm/mach-h720x/common.c
+++ b/
arch/arm/mach-h720x/common.c
@@
-237,7
+237,12
@@
void __init h720x_init_irq (void)
}
static struct map_desc h720x_io_desc[] __initdata = {
- { IO_VIRT, IO_PHYS, IO_SIZE, MT_DEVICE },
+ {
+ .virtual = IO_VIRT,
+ .pfn = __phys_to_pfn(IO_PHYS),
+ .length = IO_SIZE,
+ .type = MT_DEVICE
+ },
};
/* Initialize io tables */