Quote:
|
Originally Posted by zander
As far as I can tell, pagefault_enable() is still defined as an inline function in Linux 2.6.20-rc6's linux/uaccess.h
|
yes, you are right, sorry for the wrong bug report

I have applied the following patch to the vanilla kernel:
http://people.redhat.com/mingo/realt...2.6.20-rc6-rt1
Code:
root@gms1:/usr/src# grep EXPORT patch-2.6.20-rc6-rt1 | grep pagefault
+EXPORT_SYMBOL_GPL(pagefault_disable);
+EXPORT_SYMBOL_GPL(pagefault_enable);
Kind regards
gmsgms