Re: [PATCH][RT] Compile-time fix.

From: Steven Rostedt
Date: Wed Dec 10 2008 - 06:46:43 EST



On Tue, 9 Dec 2008, Sven-Thorsten Dietrich wrote:

>
> Compile-time fix.
>
> Signed-off-by: Sven-Thorsten Dietrich <sdietrich@xxxxxxx>
>
> diff --git a/include/linux/mutex.h b/include/linux/mutex.h
> index 585feed..b74fdc2 100644
> --- a/include/linux/mutex.h
> +++ b/include/linux/mutex.h
> @@ -14,7 +14,7 @@
> #include <linux/spinlock_types.h>
> #include <linux/linkage.h>
> #include <linux/lockdep.h>
> -
> +#include <linux/spinlock.h>
> #include <asm/atomic.h>
>
> /*

Sven,

Thanks for looking into this, but do not get too eager to send updates
yet. I'm massively rewriting the rt/rt-locks branch, and the flux rate is
very high. A patch like this will become obsolete in seconds.

If you do want to help, look at any of the other branches. Some have not
been updated yet, and they all should be able to compile and boot on their
own. If they do not, then those need to be fixed.

Thanks,

-- Steve

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/