[PATCH 2/2] powerpc: Add 2.06 tlbie mnemonics
Kumar Gala
galak at kernel.crashing.org
Tue Apr 28 05:30:40 EST 2009
On Apr 24, 2009, at 1:24 AM, Michael Neuling wrote:
> Index: linux-2.6-ozlabs/arch/powerpc/mm/hash_native_64.c
> ===================================================================
> --- linux-2.6-ozlabs.orig/arch/powerpc/mm/hash_native_64.c
> +++ linux-2.6-ozlabs/arch/powerpc/mm/hash_native_64.c
> @@ -38,6 +38,9 @@
>
> static DEFINE_SPINLOCK(native_tlbie_lock);
>
> +#define TLBIE(lp,a) \
> + stringify_in_c(.long 0x7c000264 | ((a) << 11) | ((lp) << 21))
> +
Put this ppc-opcode.h now that we have it.
- k
More information about the Linuxppc-dev
mailing list