From: Kenn H. <ke...@us...> - 2000-08-06 18:28:33
|
Update of /cvsroot/linux-vax/kernel/arch/vax/kernel In directory slayer.i.sourceforge.net:/tmp/cvs-serv4344 Modified Files: entry.S Log Message: Generic exception handler code now deals correctly with the case where the registered exception handler wants to change R0 or PC in the thread of execution that triggered the exception. This is needed for the get_user() and put_user() macros to deal with access violations. |