From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261928AbVFLJaO (ORCPT ); Sun, 12 Jun 2005 05:30:14 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261924AbVFLJ16 (ORCPT ); Sun, 12 Jun 2005 05:27:58 -0400 Received: from pentafluge.infradead.org ([213.146.154.40]:146 "EHLO pentafluge.infradead.org") by vger.kernel.org with ESMTP id S261923AbVFLJ1q (ORCPT ); Sun, 12 Jun 2005 05:27:46 -0400 Date: Sun, 12 Jun 2005 10:27:37 +0100 From: Christoph Hellwig To: Geert Uytterhoeven Cc: Linus Torvalds , Andrew Morton , Ian Molton , Russell King , Christoph Hellwig , Linux Kernel Development , linux-arm-kernel@lists.arm.linux.org.uk Subject: Re: [PATCH] Remove obsolete HAVE_ARCH_GET_SIGNAL_TO_DELIVER? Message-ID: <20050612092737.GA1206@infradead.org> Mail-Followup-To: Christoph Hellwig , Geert Uytterhoeven , Linus Torvalds , Andrew Morton , Ian Molton , Russell King , Linux Kernel Development , linux-arm-kernel@lists.arm.linux.org.uk References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.1i X-SRS-Rewrite: SMTP reverse-path rewritten from by pentafluge.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jun 12, 2005 at 10:56:26AM +0200, Geert Uytterhoeven wrote: > > Now m68k no longer sets HAVE_ARCH_GET_SIGNAL_TO_DELIVER, can it be removed > completely? Or may ARM26 still need it? Note that its usage was removed from > kernel/signal.c about 2 months ago. oops, I missed the signal.h occurange. arm26 should definitly not use it, duplicating that much of the signal code is always a bad idea.