Re: [PATCH] rcu: don't include in rcutiny.h

2019-08-22 Thread Paul E. McKenney
On Thu, Aug 22, 2019 at 05:48:41AM +0200, Christoph Hellwig wrote: > On Wed, Aug 21, 2019 at 08:02:00PM -0700, Paul E. McKenney wrote: > > On Thu, Aug 22, 2019 at 10:53:43AM +0900, Christoph Hellwig wrote: > > > The kbuild reported a built failure due to a header loop when RCUTINY is > > > enabled

Re: [PATCH] rcu: don't include in rcutiny.h

2019-08-21 Thread Christoph Hellwig
On Wed, Aug 21, 2019 at 08:02:00PM -0700, Paul E. McKenney wrote: > On Thu, Aug 22, 2019 at 10:53:43AM +0900, Christoph Hellwig wrote: > > 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

Re: [PATCH] rcu: don't include in rcutiny.h

2019-08-21 Thread Paul E. McKenney
On Thu, Aug 22, 2019 at 10:53:43AM +0900, Christoph Hellwig wrote: > 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

[PATCH] rcu: don't include in rcutiny.h

2019-08-21 Thread Christoph Hellwig
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 --- include/linux/rcutiny.h | 2 +- 1 file changed, 1 insertion(+),