projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9258f2
)
[ARM] 2990/1: Replace map_desc.physical with map_desc.pfn: S3C2410
author
Deepak Saxena
<dsaxena@plexity.net>
Fri, 28 Oct 2005 14:19:02 +0000
(15:19 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Fri, 28 Oct 2005 14:19:02 +0000
(15:19 +0100)
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>
arch/arm/mach-s3c2410/cpu.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-s3c2410/cpu.h
b/arch/arm/mach-s3c2410/cpu.h
index 478c15c0e36a334d328ccab31c141b00ef20153f..9cbe5eef492b26a26a4d586ad6d96266f37de8fb 100644
(file)
--- a/
arch/arm/mach-s3c2410/cpu.h
+++ b/
arch/arm/mach-s3c2410/cpu.h
@@
-21,7
+21,7
@@
/* 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
#define MHZ (1000*1000)