On Apr 28, 2009, at 12:03 AM, Michael Neuling wrote:

From: Milton Miller <milt...@bga.com>

This adds the PowerPC 2.06 tlbie mnemonics and keeps backwards
compatibilty for CPUs before 2.06.

Only useful for bare metal systems.

Signed-off-by: Milton Miller <milt...@bga.com>
Signed-off-by: Michael Neuling <mi...@neuling.org>
---

arch/powerpc/include/asm/ppc-opcode.h |    3 +++
arch/powerpc/kernel/cputable.c        |    6 ++++--
arch/powerpc/mm/hash_native_64.c      |   11 +++++++++--

did you miss the update to mmu.h to add MMU_FTR_TLBIE_206?

3 files changed, 16 insertions(+), 4 deletions(-)

Index: linux-2.6-ozlabs/arch/powerpc/include/asm/ppc-opcode.h
===================================================================
--- linux-2.6-ozlabs.orig/arch/powerpc/include/asm/ppc-opcode.h
+++ linux-2.6-ozlabs/arch/powerpc/include/asm/ppc-opcode.h
@@ -79,4 +79,7 @@
#define PPC_WAIT(w)             stringify_in_c(.long PPC_INST_WAIT | \
                                        __PPC_WC(w))

+#define TLBIE(lp,a) \
+       stringify_in_c(.long 0x7c000264 | ((a) << 11) | ((lp) << 21))
+

Can you match the format of the file and define a PPC_INST_TLBIE

- k

_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev

Reply via email to