From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Tue, 19 Jun 2012 21:04:30 +0200 (CEST) Received: from h9.dl5rb.org.uk ([81.2.74.9]:60682 "EHLO h5.dl5rb.org.uk" rhost-flags-OK-OK-OK-FAIL) by eddie.linux-mips.org with ESMTP id S1903567Ab2FSTE0 (ORCPT ); Tue, 19 Jun 2012 21:04:26 +0200 Received: from h5.dl5rb.org.uk (h5.dl5rb.org.uk [127.0.0.1]) by h5.dl5rb.org.uk (8.14.5/8.14.3) with ESMTP id q5JJ4PON023629; Tue, 19 Jun 2012 20:04:25 +0100 Received: (from ralf@localhost) by h5.dl5rb.org.uk (8.14.5/8.14.5/Submit) id q5JJ4Pbo023612; Tue, 19 Jun 2012 20:04:25 +0100 Date: Tue, 19 Jun 2012 20:04:25 +0100 From: Ralf Baechle To: "Steven J. Hill" Cc: linux-mips@linux-mips.org Subject: Re: MIPS: Fixup ordering of micro assembler instructions. Message-ID: <20120619190425.GA11280@linux-mips.org> References: <4FD95599.9070708@realitydiluted.com> <4FD957C4.3000805@realitydiluted.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4FD957C4.3000805@realitydiluted.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-archive-position: 33727 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: ralf@linux-mips.org Precedence: bulk List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: linux-mips X-List-ID: linux-mips List-subscribe: List-owner: List-post: List-archive: X-list: linux-mips Return-Path: On Wed, Jun 13, 2012 at 10:17:24PM -0500, Steven J. Hill wrote: > On 06/13/2012 10:08 PM, Steven J. Hill wrote: > > On 05/30/2012 03:46 PM, linux-mips@linux-mips.org wrote: > >> Author: Steven J. Hill Fri May 11 01:35:47 2012 -0500 > >> Comitter: Ralf Baechle Wed May 30 21:37:16 2012 > >> +0100 Commit: 6e3f8b69731d6dc03afdd47cfdddb0e479a6d2a9 Gitweb: > >> http://git.linux-mips.org/g/ralf/linux/6e3f8b69731d Branch: master > > > >> A number of new instructions have been added to the micro assembler > >> causing the list to no longer be in alphabetical order. This patch fixes > >> up the name ordering. > > > >> Signed-off-by: Steven J. Hill Cc: > >> linux-mips@linux-mips.org Patchwork: > >> https://patchwork.linux-mips.org/patch/3789/ Signed-off-by: Ralf Baechle > >> > > > > Ralf, > > > > This patch is fscked. The lines for _bbit0 and _bbit1 are duplicated. > > Please commit a patch to remove the duplicate lines. Thanks. > > > And the file 'arch/mips/mm/uasm.c' was dropped the completely for no reason. > This also needs to be fixed in your commit. Also a victim of the conflicts I had to deal with, primarily because I don't have the microMIPS stuff not yet applied. Ralf