From: Benjamin Herrenschmidt Date: Thu, 23 Jul 2009 23:15:20 +0000 (+0000) Subject: powerpc: Modify some ppc_asm.h macros to accomodate 64-bits Book3E X-Git-Tag: v2.6.32-rc1~675^2~100 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44c58ccc8dc25f78a4f641901f17092c93dd0458;p=pandora-kernel.git powerpc: Modify some ppc_asm.h macros to accomodate 64-bits Book3E The way I intend to use tophys/tovirt on 64-bit BookE is different from the "trick" that we currently play for 32-bit BookE so change the condition of definition of these macros to make it so. Also, make sure we only use rfid and mtmsrd instead of rfi and mtmsr for 64-bit server processors, not all 64-bit processors. Signed-off-by: Benjamin Herrenschmidt Acked-by: Kumar Gala --- Reading git-diff-tree failed