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:
f3b8436
)
x86 PAT: ioremap_wc should take resource_size_t parameter
author
venkatesh.pallipadi@intel.com
<venkatesh.pallipadi@intel.com>
Sat, 10 Jan 2009 00:13:13 +0000
(16:13 -0800)
committer
Ingo Molnar
<mingo@elte.hu>
Thu, 22 Jan 2009 10:53:42 +0000
(11:53 +0100)
Impact: fix/extend ioremap_wc() beyond 4GB aperture on 32-bit
ioremap_wc() was taking in unsigned long parameter, where as it should take
64-bit resource_size_t parameter like other ioremap variants.
Signed-off-by: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found