commit | 7c4584d39a8a144c60adaf4cf998c3233b6683d9 | [log] [tgz] |
---|---|---|
author | Matt Fleming <matt@console-pimps.org> | Sat Apr 24 11:12:12 2010 +0100 |
committer | Matt Fleming <matt@console-pimps.org> | Sun Apr 25 20:44:22 2010 +0100 |
tree | cae1bdc6dd8e29633399a850e19c1b853dd0a43d | |
parent | 4a6feab0ee5240c4bd5378d9f8a46b85718c68a7 [diff] |
sh: Assembly friendly __pa and __va definitions 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>