lkml.org 
[lkml]   [2006]   [Mar]   [7]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
DateTue, 07 Mar 2006 10:40:02 +0100
FromJan Altenberg <>
Subject[PATCH] realtime-preempt patch-2.6.15-rt19 compile error (was: realtime-preempt patch-2.6.15-rt18 issues)
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@tglx.de>

--------------------------------------------------
--- 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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2006-03-07 09:43    [W:0.203 / U:0.000 seconds]
©2003-2008 Jasper Spaans