git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab7a337
)
ARM: S5PV210: Fix on MAX_PHYSMEM_BITS on S5PV210/S5PC110.
author
Kukjin Kim
<kgene.kim@samsung.com>
Mon, 12 Jul 2010 06:19:04 +0000
(15:19 +0900)
committer
Kukjin Kim
<kgene.kim@samsung.com>
Thu, 5 Aug 2010 09:31:00 +0000
(18:31 +0900)
This patch fixes on MAX_PHYSMEM_BITS for Sparsemem on S5PV210/S5PC110.
Because physical memory can be located from 0x20000000 to 0x7fffffff,
so MAX_PHYSMEM_BITS is 31 and not 32.
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
No differences found