From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Tue, 31 Mar 2015 21:14:50 +0200 (CEST) Received: from localhost.localdomain ([127.0.0.1]:60674 "EHLO linux-mips.org" rhost-flags-OK-OK-OK-FAIL) by eddie.linux-mips.org with ESMTP id S27014853AbbCaTOsUH5or (ORCPT ); Tue, 31 Mar 2015 21:14:48 +0200 Received: from scotty.linux-mips.net (localhost.localdomain [127.0.0.1]) by scotty.linux-mips.net (8.14.9/8.14.8) with ESMTP id t2VJEmBd032099; Tue, 31 Mar 2015 21:14:48 +0200 Received: (from ralf@localhost) by scotty.linux-mips.net (8.14.9/8.14.9/Submit) id t2VJEmVV032098; Tue, 31 Mar 2015 21:14:48 +0200 Date: Tue, 31 Mar 2015 21:14:48 +0200 From: Ralf Baechle To: Markos Chandras Cc: linux-mips@linux-mips.org Subject: Re: [PATCH] MIPS: asm: asmmacro: Drop unused 'reg' argument on MIPSR2 Message-ID: <20150331191447.GH28951@linux-mips.org> References: <1416906966-13944-1-git-send-email-markos.chandras@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1416906966-13944-1-git-send-email-markos.chandras@imgtec.com> User-Agent: Mutt/1.5.23 (2014-03-12) Return-Path: X-Envelope-To: <"|/home/ecartis/ecartis -s linux-mips"> (uid 0) X-Orcpt: rfc822;linux-mips@linux-mips.org Original-Recipient: rfc822;linux-mips@linux-mips.org X-archive-position: 46667 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 On Tue, Nov 25, 2014 at 09:16:06AM +0000, Markos Chandras wrote: > The local_irq_{enable, disable} macros do not use the reg argument > so drop it. > > Signed-off-by: Markos Chandras The R2+ versions not but other versions do. I'm not sure what gas will do if unexpected macro arguments are passed ... Ralf