From: Kris Van Hees Date: Wed, 14 Aug 2013 21:42:31 +0000 (-0400) Subject: dtrace: Include asm/current.h for the mutex_owned() fucntion. X-Git-Tag: v4.1.12-92~313^2~67 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=f88b8d512f19da423d7cffe76d711e2affcd4fcc;p=users%2Fjedix%2Flinux-maple.git dtrace: Include asm/current.h for the mutex_owned() fucntion. Signed-off-by: Kris Van Hees Orabug: 17313687 Signed-off-by: Jerry Snitselaar --- 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: *