All of lore.kernel.org
 help / color / mirror / Atom feed
From: Davidlohr Bueso <dave@stgolabs.net>
To: akpm@linux-foundation.org
Cc: dave@stgolabs.net, linux-kernel@vger.kernel.org
Subject: [PATCH 0/4] archs: use generic current.h
Date: Wed,  1 Feb 2017 15:47:54 -0800	[thread overview]
Message-ID: <1485992878-4780-1-git-send-email-dave@stgolabs.net> (raw)

Hi Andrew,

This is a resend of straightforward arch patches that I had no
response from the maintainers but are trivial enough that I
hope you can pick them up, like you did the m32r one.

Thanks!

Davidlohr Bueso (4):
  alpha: use generic current.h
  cris: use generic current.h
  parisc: use generic current.h
  score: remove asm/current.h

 arch/alpha/include/asm/Kbuild     |  1 +
 arch/alpha/include/asm/current.h  |  9 ---------
 arch/cris/include/asm/Kbuild      |  1 +
 arch/cris/include/asm/current.h   | 15 ---------------
 arch/parisc/include/asm/Kbuild    |  1 +
 arch/parisc/include/asm/current.h | 15 ---------------
 arch/score/include/asm/Kbuild     |  1 +
 arch/score/include/asm/current.h  |  6 ------
 8 files changed, 4 insertions(+), 45 deletions(-)
 delete mode 100644 arch/alpha/include/asm/current.h
 delete mode 100644 arch/cris/include/asm/current.h
 delete mode 100644 arch/parisc/include/asm/current.h
 delete mode 100644 arch/score/include/asm/current.h

-- 
2.6.6

             reply	other threads:[~2017-02-01 23:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-01 23:47 Davidlohr Bueso [this message]
2017-02-01 23:47 ` [PATCH 1/4] alpha: use generic current.h Davidlohr Bueso
2017-02-01 23:47 ` [PATCH 2/4] cris: " Davidlohr Bueso
2017-02-01 23:47 ` [PATCH 3/4] parisc: " Davidlohr Bueso
2017-02-01 23:47 ` [PATCH 4/4] score: remove asm/current.h Davidlohr Bueso

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=1485992878-4780-1-git-send-email-dave@stgolabs.net \
    --to=dave@stgolabs.net \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.