Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756140AbbBQHj2 (ORCPT ); Tue, 17 Feb 2015 02:39:28 -0500 Received: from mail2.asahi-net.or.jp ([202.224.39.198]:63610 "EHLO mail2.asahi-net.or.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754886AbbBQHjY (ORCPT ); Tue, 17 Feb 2015 02:39:24 -0500 Date: Tue, 17 Feb 2015 16:09:57 +0900 Message-ID: <87wq3hko8q.wl-ysato@users.sourceforge.jp> From: Yoshinori Sato To: Richard Weinberger Cc: LKML , Linux-Arch Subject: Re: [PATCH v3 05/15] h8300: Process and signal In-Reply-To: References: <1423986573-2329-1-git-send-email-ysato@users.sourceforge.jp> <1423986573-2329-6-git-send-email-ysato@users.sourceforge.jp> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 EasyPG/1.0.0 Emacs/24.4 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 959 Lines: 33 At Sun, 15 Feb 2015 20:38:25 +0100, Richard Weinberger wrote: > > On Sun, Feb 15, 2015 at 8:49 AM, Yoshinori Sato > wrote: > > + usig = current_thread_info()->exec_domain > > + && current_thread_info()->exec_domain->signal_invmap > > + && sig < 32 > > + ? current_thread_info()->exec_domain->signal_invmap[sig] > > + : sig; > > Does h8300 really need signal mapping? > I'm very sure you can drop this. > In fact I'm working in patch set to rip it out tree wide as we have > only a single (broken) > in-tree user. > I agree. It remove forgot. > -- > Thanks, > //richard -- Yoshinori Sato -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/