From: Paul Mackerras Date: Thu, 27 Oct 2005 12:44:39 +0000 (+1000) Subject: powerpc: Introduce toreal/fromreal assembly macros X-Git-Tag: v2.6.15-rc1~59^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6316222ea050d469c3155881d9dee2c7671d9fef;p=pandora-kernel.git powerpc: Introduce toreal/fromreal assembly macros On 32-bit platforms, these convert from kernel virtual addresses to real (physical addresses), like tophys/tovirt but they use the same register for the source and destination. On 64-bit platforms, they do nothing because the hardware ignores the top two bits of the address in real mode. These new macros are used in fpu.S now. Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed