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:
8eb5779
)
x86, mm: use pfn_range_is_mapped() with gart
author
Yinghai Lu
<yinghai@kernel.org>
Sat, 17 Nov 2012 03:38:50 +0000
(19:38 -0800)
committer
H. Peter Anvin
<hpa@linux.intel.com>
Sat, 17 Nov 2012 19:59:10 +0000
(11:59 -0800)
We are going to map ram only, so under max_low_pfn_mapped,
between 4g and max_pfn_mapped does not mean mapped at all.
Use pfn_range_is_mapped() directly.
Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Link:
http://lkml.kernel.org/r/1353123563-3103-14-git-send-email-yinghai@kernel.org
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
No differences found