From: Matt Fleming Date: Sat, 24 Apr 2010 10:12:12 +0000 (+0100) Subject: sh: Assembly friendly __pa and __va definitions X-Git-Tag: v2.6.35-rc1~504^2~26^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c4584d39a8a144c60adaf4cf998c3233b6683d9;p=pandora-kernel.git 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 --- Reading git-diff-tree failed