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:
26c8e31
)
x86: asm/io.h: unify virt_to_phys/phys_to_virt
author
Jeremy Fitzhardinge
<jeremy@goop.org>
Fri, 6 Feb 2009 21:29:44 +0000
(13:29 -0800)
committer
Jeremy Fitzhardinge
<jeremy@goop.org>
Fri, 6 Feb 2009 21:29:44 +0000
(13:29 -0800)
Impact: unify identical code
asm/io_32.h and _64.h has functionally identical definitions for
virt_to_phys, phys_to_virt, page_to_phys, and the isa_* variants, so
just unify them.
The only slightly functional change is using phys_addr_t for the
physical address argument and return val.
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
No differences found