sh: Assembly friendly __pa and __va definitions
authorMatt Fleming <matt@console-pimps.org>
Sat, 24 Apr 2010 10:12:12 +0000 (11:12 +0100)
committerMatt Fleming <matt@console-pimps.org>
Sun, 25 Apr 2010 19:44:22 +0000 (20:44 +0100)
This patch defines ___pa and ___va which return the physical and virtual
address of an address, respectively. These macros are suitable for
calling from assembly because they don't include the C casts required by
__pa and __va.

Signed-off-by: Matt Fleming <matt@console-pimps.org>

No differences found