Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755243AbbBOTia (ORCPT ); Sun, 15 Feb 2015 14:38:30 -0500 Received: from mail-vc0-f174.google.com ([209.85.220.174]:52039 "EHLO mail-vc0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754398AbbBOTi0 (ORCPT ); Sun, 15 Feb 2015 14:38:26 -0500 MIME-Version: 1.0 In-Reply-To: <1423986573-2329-6-git-send-email-ysato@users.sourceforge.jp> References: <1423986573-2329-1-git-send-email-ysato@users.sourceforge.jp> <1423986573-2329-6-git-send-email-ysato@users.sourceforge.jp> Date: Sun, 15 Feb 2015 20:38:25 +0100 Message-ID: Subject: Re: [PATCH v3 05/15] h8300: Process and signal From: Richard Weinberger To: Yoshinori Sato Cc: LKML , Linux-Arch Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 783 Lines: 22 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. -- Thanks, //richard -- 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/