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:
f1c894d
)
ARM: S5PV210: Reduce the iodesc length of systimer
author
Kyungmin Park
<kyungmin.park@samsung.com>
Sat, 21 Aug 2010 02:48:45 +0000
(11:48 +0900)
committer
Kukjin Kim
<kgene.kim@samsung.com>
Tue, 14 Sep 2010 08:58:35 +0000
(17:58 +0900)
It's enough to use 4KiB.
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s5pv210/cpu.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-s5pv210/cpu.c
b/arch/arm/mach-s5pv210/cpu.c
index b9f4d677cf5541460747a5086fb25f5fbcea744e..77f456c91ad36ba97001630613f9c75d1d335819 100644
(file)
--- a/
arch/arm/mach-s5pv210/cpu.c
+++ b/
arch/arm/mach-s5pv210/cpu.c
@@
-47,7
+47,7
@@
static struct map_desc s5pv210_iodesc[] __initdata = {
{
.virtual = (unsigned long)S5P_VA_SYSTIMER,
.pfn = __phys_to_pfn(S5PV210_PA_SYSTIMER),
- .length = SZ_
1M
,
+ .length = SZ_
4K
,
.type = MT_DEVICE,
}, {
.virtual = (unsigned long)VA_VIC2,