All of lore.kernel.org
 help / color / mirror / Atom feed
* [merged] alpha-use-generic-currenth.patch removed from -mm tree
@ 2017-02-27 20:28 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2017-02-27 20:28 UTC (permalink / raw)
  To: dave, dbueso, ink, mattst88, rth, mm-commits


The patch titled
     Subject: alpha: use generic current.h
has been removed from the -mm tree.  Its filename was
     alpha-use-generic-currenth.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
From: Davidlohr Bueso <dave@stgolabs.net>
Subject: alpha: use generic current.h

Given that the arch does not add its own implementations, simply use the
asm-generic/current.h (generic-y) header instead of duplicating code.

Link: http://lkml.kernel.org/r/1485992878-4780-2-git-send-email-dave@stgolabs.net
Signed-off-by: Davidlohr Bueso <dbueso@suse.de>
Cc: Richard Henderson <rth@twiddle.net>
Cc: Ivan Kokshaysky <ink@jurassic.park.msu.ru>
Cc: Matt Turner <mattst88@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 arch/alpha/include/asm/Kbuild    |    1 +
 arch/alpha/include/asm/current.h |    9 ---------
 2 files changed, 1 insertion(+), 9 deletions(-)

diff -puN arch/alpha/include/asm/Kbuild~alpha-use-generic-currenth arch/alpha/include/asm/Kbuild
--- a/arch/alpha/include/asm/Kbuild~alpha-use-generic-currenth
+++ a/arch/alpha/include/asm/Kbuild
@@ -9,3 +9,4 @@ generic-y += mm-arch-hooks.h
 generic-y += preempt.h
 generic-y += sections.h
 generic-y += trace_clock.h
+generic-y += current.h
diff -puN arch/alpha/include/asm/current.h~alpha-use-generic-currenth /dev/null
--- a/arch/alpha/include/asm/current.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef _ALPHA_CURRENT_H
-#define _ALPHA_CURRENT_H
-
-#include <linux/thread_info.h>
-
-#define get_current()	(current_thread_info()->task)
-#define current		get_current()

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-02-27 20:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-27 20:28 [merged] alpha-use-generic-currenth.patch removed from -mm tree akpm

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.