From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH] Revert adding some arch-specific signal syscalls to . Date: Mon, 7 Jun 2010 15:18:33 +0200 Message-ID: <201006071518.34013.arnd@arndb.de> References: <201006071254.o57CsAwG002729@farm-0002.internal.tilera.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Return-path: Received: from moutng.kundenserver.de ([212.227.17.8]:63777 "EHLO moutng.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755132Ab0FGNSq (ORCPT ); Mon, 7 Jun 2010 09:18:46 -0400 In-Reply-To: <201006071254.o57CsAwG002729@farm-0002.internal.tilera.com> Sender: linux-next-owner@vger.kernel.org List-ID: To: Chris Metcalf Cc: Stephen Rothwell , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, "David S. Miller" On Monday 07 June 2010, Chris Metcalf wrote: > It turns out there is some variance on the calling conventions for > these syscalls, and is already the mechanism > used to handle this. Switch arch/tile over to using that mechanism and > tweak the calling conventions for a couple of tile syscalls to match > . > > Signed-off-by: Chris Metcalf Looks good to me. Acked-by: Arnd Bergmann