Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information