Dave Sperry <[EMAIL PROTECTED]> writes: > Hi I'm trying to get systemtap to work with Ingo Molnar's RT patch set > and have run into a few problems. My test setup is a dual Xeon IBM > intellistation with fc6 and 2.6.18-rt7 #1 SMP PREEMPT. > [...] > The the tcp test fails because the symbol HRTIMER_REL cannot be found. > detail for the tcp tests is.
According to mingo's patch set, HRTIMER_REL and HRTIMER_ABS were simply renamed to HRTIMER_MODE_REL and HRTIMER_MODE_ABS. Since these are enums instead of macros, a little #ifndef/#define hack would not work. Unless the RT patches identify themselves at compile time, it may be tricky to generate code that works with both base and patched kernel. - FChE - To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
