[L4alpha-cvscommit] CVS: L4Alpha/pal thread.mar,1.8,1.9
Status: Beta
Brought to you by:
dpotts
|
From: Daniel P. <dp...@us...> - 2002-01-02 04:11:54
|
Update of /cvsroot/l4alpha/L4Alpha/pal In directory usw-pr-cvs1:/tmp/cvs-serv6396/pal Modified Files: thread.mar Log Message: whoops.. cvs didn't ask me for a comment last time.. dodgy Some changes to remote_abort and related ex_regs stuff to make ex_reg do the right thing - ie. don't trash registers because people using l4_ex_reg for checkpointing want them... Do other L4's do this right? More patches will come shortly - this patch fixes only clean case where no IPCs are pending/polling. Index: thread.mar =================================================================== RCS file: /cvsroot/l4alpha/L4Alpha/pal/thread.mar,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** thread.mar 2002/01/02 04:08:46 1.8 --- thread.mar 2002/01/02 04:11:50 1.9 *************** *** 896,900 **** bic t0, #TFS_POLLING, t1 IFZ t1 ! ; kmsg <"Removing polling thread"<CR><LF>> ;; Thread is polling, so remove it from the other threads send root --- 896,900 ---- bic t0, #TFS_POLLING, t1 IFZ t1 ! kmsg <"Removing polling thread"<CR><LF>> ;; Thread is polling, so remove it from the other threads send root |