Re: Real-Time Preemption, -RT-2.6.12-final-V0.7.50-24

From: Michal Schmidt
Date: Tue Jun 28 2005 - 10:28:16 EST


Ingo Molnar wrote:
i've also uploaded -50-27 in which i've improved the irq-flags debugging code.

Hi Ingo,
check_raw_flags needs to be exported. The attached one-line patch is against -V0.7.50-29.

Michal --- linux-RT.mich/kernel/rt.c.orig 2005-06-28 17:20:18.000000000 +0200
+++ linux-RT.mich/kernel/rt.c 2005-06-28 17:14:19.000000000 +0200
@@ -2088,6 +2088,7 @@ void check_raw_flags(unsigned long flags
}
}
}
+EXPORT_SYMBOL(check_raw_flags);

static void check_soft_flags(unsigned long flags)
{