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 DB07FDDE23 for ; Thu, 30 Apr 2009 16:58:01 +1000 (EST) To: Michael Neuling , Paul Mackerras , Benjamin Herrenschmidt From: Michael Neuling Date: Thu, 30 Apr 2009 16:58:01 +1000 Subject: [PATCH 0/4] powerpc: tlbie implementation for PowerPC ISA 2.06 and cleanups for ppc-opcode.h In-Reply-To: <23749.1241051084@neuling.org> Message-Id: <1241074681.528764.881549582503.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 tlbie instruction for PowerPC ISA 2.06 and a few cleanups for ppc-opcode.h Signed-off-by: Michael Neuling --- Fixed coding style for moved VSX instructions. Correctly alphabetized the newly added instructions.