Re: 2.6.16-rc6-rt1

From: Thomas Gleixner
Date: Mon Mar 13 2006 - 01:40:48 EST


On Mon, 2006-03-13 at 00:36 +0100, Michal Piotrowski wrote:
> [snip]
> > WARNING: /lib/modules/2.6.16-rc6-rt1/kernel/drivers/parport/parport_pc.ko
> > needs unknown symbol rt_read_lock
> >

Index: linux-2.6.16-rc6/kernel/rt.c
===================================================================
--- linux-2.6.16-rc6.orig/kernel/rt.c
+++ linux-2.6.16-rc6/kernel/rt.c
@@ -191,6 +191,7 @@ void __lockfunc rt_read_lock(rwlock_t *r
_raw_spin_unlock_irqrestore(&rwsem->lock.wait_lock, flags);
rt_rw_lock(rwsem __RET_IP__);
}
+EXPORT_SYMBOL(rt_read_lock);

static inline void rt_rw_unlock(struct rw_semaphore *rwsem __IP_DECL__)
{


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