← Back to team overview

ubuntu-x-swat team mailing list archive

[Bug 159941] Re: fglrx driver does not work in RT kernel

 

>Could you explain what is wrong?

I would not be so sure whether you can just replace rcu_read_lock by
preempt_disable in RT, given thatRT's rcu_read_lock is a little more
code than just disabling preempt.

 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,17)
+#if !defined(CONFIG_PREEMPT_RT)
    rcu_read_lock();
+#else
+   preempt_disable();
+#endif
 #else
    read_lock(&tasklist_lock);
 #endif

-- 
fglrx driver does not work in RT kernel
https://bugs.launchpad.net/bugs/159941
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to fglrx-installer in ubuntu.