[PATCH] realtime-preempt patch-2.6.15-rt19 compile error (was: realtime-preemptpatch-2.6.15-rt18 issues)

From: Jan Altenberg
Date: Tue Mar 07 2006 - 04:38:36 EST


Hi,

> -rt19 doesn't compile here (either with CONFIG_EMBEDDED=y or not):

same problem here. Looks like a typo...
Am I right?

Signed-off-by: Jan Altenberg <tb10alj@xxxxxxx>

--------------------------------------------------

--- slab.c.orig 2006-03-07 10:27:35.000000000 +0100
+++ slab.c 2006-03-07 10:28:17.000000000 +0100
@@ -700,7 +700,7 @@ static struct kmem_cache cache_cache = {
.shared = 1,
.buffer_size = sizeof(struct kmem_cache),
.flags = SLAB_NO_REAP,
- .spinlock = SPIN_LOCK_UNLOCKED(&cache_cache.spinlock),
+ .spinlock = SPIN_LOCK_UNLOCKED(cache_cache.spinlock),
.name = "kmem_cache",
#if DEBUG
.obj_size = sizeof(struct kmem_cache),
-
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/