[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1372275817.18733.270.camel@gandalf.local.home>
Date: Wed, 26 Jun 2013 15:43:37 -0400
From: Steven Rostedt <rostedt@...dmis.org>
To: linux-kernel@...r.kernel.org
Cc: linux-rt-users <linux-rt-users@...r.kernel.org>,
Thomas Gleixner <tglx@...utronix.de>,
Carsten Emde <C.Emde@...dl.org>,
Sebastian Andrzej Siewior <bigeasy@...utronix.de>,
Clark Williams <clark.williams@...il.com>,
"Paul E. McKenney" <paulmck@...ux.vnet.ibm.com>
Subject: [RFC][PATCH RT 0.5/6] locallock: Add include of percpu.h
[ I cut and pasted the series file but missed this patch to start ]
locallock.h uses per cpu variables, and if it is included by code
that does not include percpu.h, the compiler complains.
Signed-off-by: Steven Rostedt <rostedt@...dmis.org>
Index: linux-rt.git/include/linux/locallock.h
===================================================================
--- linux-rt.git.orig/include/linux/locallock.h
+++ linux-rt.git/include/linux/locallock.h
@@ -1,6 +1,7 @@
#ifndef _LINUX_LOCALLOCK_H
#define _LINUX_LOCALLOCK_H
+#include <linux/percpu.h>
#include <linux/spinlock.h>
#ifdef CONFIG_PREEMPT_RT_BASE
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists