All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] archs: use generic current.h
@ 2017-02-01 23:47 Davidlohr Bueso
  2017-02-01 23:47 ` [PATCH 1/4] alpha: " Davidlohr Bueso
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Davidlohr Bueso @ 2017-02-01 23:47 UTC (permalink / raw)
  To: akpm; +Cc: dave, linux-kernel

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-02-01 23:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-01 23:47 [PATCH 0/4] archs: use generic current.h Davidlohr Bueso
2017-02-01 23:47 ` [PATCH 1/4] alpha: " 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

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.