From f88b8d512f19da423d7cffe76d711e2affcd4fcc Mon Sep 17 00:00:00 2001 From: Kris Van Hees Date: Wed, 14 Aug 2013 17:42:31 -0400 Subject: [PATCH] dtrace: Include asm/current.h for the mutex_owned() fucntion. Signed-off-by: Kris Van Hees Orabug: 17313687 Signed-off-by: Jerry Snitselaar --- include/linux/mutex.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/linux/mutex.h b/include/linux/mutex.h index 0df7f84bc282..36f3f2a62ce3 100644 --- a/include/linux/mutex.h +++ b/include/linux/mutex.h @@ -19,6 +19,10 @@ #include #include +#ifdef CONFIG_SMP +# include +#endif + /* * Simple, straightforward mutexes with strict semantics: * -- 2.50.1