Browse Source

[ARM] 2990/1: Replace map_desc.physical with map_desc.pfn: S3C2410

Patch from Deepak Saxena

S3C2410 map_desc.pfn conversion

Signed-off-by: Deepak Saxena <dsaxena@plexity.net>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Deepak Saxena 19 years ago
parent
commit
1cc977a766
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/mach-s3c2410/cpu.h

+ 1 - 1
arch/arm/mach-s3c2410/cpu.h

@@ -21,7 +21,7 @@
 
 
 /* todo - fix when rmk changes iodescs to use `void __iomem *` */
 /* todo - fix when rmk changes iodescs to use `void __iomem *` */
 
 
-#define IODESC_ENT(x) { (unsigned long)S3C24XX_VA_##x, S3C2410_PA_##x, S3C24XX_SZ_##x, MT_DEVICE }
+#define IODESC_ENT(x) { (unsigned long)S3C24XX_VA_##x, __phys_to_pfn(S3C2410_PA_##x), S3C24XX_SZ_##x, MT_DEVICE }
 
 
 #ifndef MHZ
 #ifndef MHZ
 #define MHZ (1000*1000)
 #define MHZ (1000*1000)