linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [tip: core/rcu] rcu: Don't include <linux/ktime.h> in rcutiny.h
@ 2019-08-28 18:56 tip-bot2 for Christoph Hellwig
  0 siblings, 0 replies; only message in thread
From: tip-bot2 for Christoph Hellwig @ 2019-08-28 18:56 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: Christoph Hellwig, Paul E. McKenney, Ingo Molnar,
	Borislav Petkov, linux-kernel

The following commit has been merged into the core/rcu branch of tip:

Commit-ID:     24691069a348f82a95e0fa9697bb5656c6d8c48c
Gitweb:        https://git.kernel.org/tip/24691069a348f82a95e0fa9697bb5656c6d8c48c
Author:        Christoph Hellwig <hch@lst.de>
AuthorDate:    Thu, 22 Aug 2019 10:53:43 +09:00
Committer:     Paul E. McKenney <paulmck@linux.ibm.com>
CommitterDate: Mon, 26 Aug 2019 16:27:01 -07:00

rcu: Don't include <linux/ktime.h> in rcutiny.h

The kbuild reported a built failure due to a header loop when RCUTINY is
enabled with my pending riscv-nommu port.  Switch rcutiny.h to only
include the minimal required header to get HZ instead.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
---
 include/linux/rcutiny.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/rcutiny.h b/include/linux/rcutiny.h
index 8e727f5..9bf1dfe 100644
--- a/include/linux/rcutiny.h
+++ b/include/linux/rcutiny.h
@@ -12,7 +12,7 @@
 #ifndef __LINUX_TINY_H
 #define __LINUX_TINY_H
 
-#include <linux/ktime.h>
+#include <asm/param.h> /* for HZ */
 
 /* Never flag non-existent other CPUs! */
 static inline bool rcu_eqs_special_set(int cpu) { return false; }

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

only message in thread, other threads:[~2019-08-28 18:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-28 18:56 [tip: core/rcu] rcu: Don't include <linux/ktime.h> in rcutiny.h tip-bot2 for Christoph Hellwig

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).