From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bilbo.ozlabs.org (bilbo.ozlabs.org [203.10.76.25]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "bilbo.ozlabs.org", Issuer "CAcert Class 3 Root" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id 44473DDDF9 for ; Tue, 28 Apr 2009 15:03:39 +1000 (EST) To: Michael Neuling , Paul Mackerras , Benjamin Herrenschmidt From: Michael Neuling Date: Tue, 28 Apr 2009 15:03:37 +1000 Subject: [PATCH 0/2] powerpc: tlbie implementation for PowerPC ISA 2.06 In-Reply-To: <3293F2F8-95B7-443C-8284-7F82D30F966B@kernel.crashing.org> Message-Id: <1240895017.938097.293555352690.qpush@pale> Cc: linuxppc-dev@ozlabs.org, Milton Miller List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , These patches implement the PowerPC ISA 2.06 tlbie mnemonics Signed-off-by: Michael Neuling --- This version attempts to address issues raised by Kumar and Benh. - Moves from CPU_FTR to MMU_FTR - Moves #define of tlbie to ppc-opcode.h