linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Yoshinori Sato <ysato@users.sourceforge.jp>
To: Richard Weinberger <richard.weinberger@gmail.com>
Cc: LKML <linux-kernel@vger.kernel.org>,
	Linux-Arch <linux-arch@vger.kernel.org>
Subject: Re: [PATCH v3 05/15] h8300: Process and signal
Date: Tue, 17 Feb 2015 16:09:57 +0900	[thread overview]
Message-ID: <87wq3hko8q.wl-ysato@users.sourceforge.jp> (raw)
In-Reply-To: <CAFLxGvxeT3uydJVXfyDX4VnsThVJ5r40osnGE1J5btLvvz9JnQ@mail.gmail.com>

At Sun, 15 Feb 2015 20:38:25 +0100,
Richard Weinberger wrote:
> 
> On Sun, Feb 15, 2015 at 8:49 AM, Yoshinori Sato
> <ysato@users.sourceforge.jp> 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
<ysato@users.sourceforge.jp>

  reply	other threads:[~2015-02-17  7:09 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-15  7:49 [PATCH v3 00/15] Revert h8300 archtecture Yoshinori Sato
2015-02-15  7:49 ` Yoshinori Sato
2015-02-15  7:49 ` [PATCH v3 01/15] h8300: Assembly headers Yoshinori Sato
2015-02-15  9:11   ` Geert Uytterhoeven
2015-02-17  7:39     ` Yoshinori Sato
2015-02-15  7:49 ` [PATCH v3 02/15] h8300: UAPI headers Yoshinori Sato
2015-02-15  7:49 ` [PATCH v3 03/15] h8300: Exception and Interrupt handling Yoshinori Sato
2015-02-15  7:49   ` Yoshinori Sato
2015-02-15  7:49 ` [PATCH v3 04/15] h8300: kernel booting Yoshinori Sato
2015-02-15  7:49   ` Yoshinori Sato
2015-02-15  7:49 ` [PATCH v3 05/15] h8300: Process and signal Yoshinori Sato
2015-02-15  7:49   ` Yoshinori Sato
2015-02-15  8:11   ` Yoshinori Sato
2015-02-15 10:33     ` Paul Bolle
2015-02-15 10:33       ` Paul Bolle
2015-02-17  7:07       ` Yoshinori Sato
2015-02-17  7:07         ` Yoshinori Sato
2015-02-15 19:38   ` Richard Weinberger
2015-02-17  7:09     ` Yoshinori Sato [this message]
2015-02-17  7:09       ` Yoshinori Sato
2015-02-15  7:49 ` [PATCH v3 06/15] h8300 CPU depend helpers Yoshinori Sato
2015-02-15  7:49   ` Yoshinori Sato
2015-02-15  7:49 ` [PATCH v3 07/15] h8300: miscellaneous functions Yoshinori Sato
2015-02-15  7:49   ` Yoshinori Sato
2015-02-15  7:49 ` [PATCH v3 08/15] h8300: Memory management Yoshinori Sato
2015-02-15  7:49   ` Yoshinori Sato
2015-02-15  7:49 ` [PATCH v3 09/15] h8300: library functions Yoshinori Sato
2015-02-15  7:49 ` [PATCH v3 10/15] h8300: Build scripts Yoshinori Sato
2015-02-15  7:49   ` Yoshinori Sato
2015-02-15 19:23   ` Paul Bolle
2015-02-17  7:39     ` Yoshinori Sato
2015-02-17  9:46       ` Paul Bolle
2015-02-17  9:46         ` Paul Bolle
2015-02-18  8:08         ` Yoshinori Sato
2015-02-15  7:49 ` [PATCH v3 11/15] h8300: clock driver Yoshinori Sato
2015-02-15  7:49   ` Yoshinori Sato
2015-02-15  7:49 ` [PATCH v3 12/15] h8300: clocksource Yoshinori Sato
2015-02-15  7:49   ` Yoshinori Sato
2015-02-15  7:49 ` [PATCH v3 13/15] h8300: configs Yoshinori Sato
2015-02-15  7:49 ` [PATCH v3 14/15] serial: Add h8300 Yoshinori Sato
2015-02-15  7:49   ` Yoshinori Sato
2015-02-15  7:49 ` [PATCH v3 15/15] Add ELF machine Yoshinori Sato
2015-02-15  7:49   ` Yoshinori Sato
2015-02-15 10:59 ` [PATCH v3 00/15] Revert h8300 archtecture Paul Bolle
2015-02-17  7:39   ` Yoshinori Sato
2015-02-17  7:39     ` Yoshinori Sato

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wq3hko8q.wl-ysato@users.sourceforge.jp \
    --to=ysato@users.sourceforge.jp \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=richard.weinberger@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).