Re: [patch] Real-Time Preemption, -RT-2.6.12-rc1-V0.7.41-10

From: Lee Revell
Date: Tue Mar 29 2005 - 17:41:48 EST


On Fri, 2005-03-25 at 15:59 +0100, Ingo Molnar wrote:
> i have released the -V0.7.41-10 Real-Time Preemption patch, which can be
> downloaded from the usual place:
>
> http://redhat.com/~mingo/realtime-preempt/
>

Ingo,

-15 has a typo that prevents building with my config.

Lee

--- include/linux/mm.h~ 2005-03-29 17:28:57.000000000 -0500
+++ include/linux/mm.h 2005-03-29 17:30:05.000000000 -0500
@@ -845,7 +845,7 @@
#else
static inline int check_no_locks_freed(const void *from, const void *to)
{
- return 0
+ return 0;
}
#endif



-
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/