[L4alpha-cvscommit] CVS: L4Alpha/pal ipc.mar,1.17,1.18
Status: Beta
Brought to you by:
dpotts
|
From: Daniel P. <dp...@us...> - 2002-01-03 04:25:48
|
Update of /cvsroot/l4alpha/L4Alpha/pal In directory usw-pr-cvs1:/tmp/cvs-serv17351/pal Modified Files: ipc.mar Log Message: It really hasn't been my week: Bad Dan. I won't register trash every again. Index: ipc.mar =================================================================== RCS file: /cvsroot/l4alpha/L4Alpha/pal/ipc.mar,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** ipc.mar 2002/01/03 04:17:21 1.17 --- ipc.mar 2002/01/03 04:25:43 1.18 *************** *** 1026,1032 **** ;; Update list state. ! ldl t0, TCB_LIST_STATE(t12) ! bic t0, #LLS_POLLING_QUEUE, t0 ! stl t0, TCB_LIST_STATE(t12) ; now we unwind the stack --- 1026,1032 ---- ;; Update list state. ! ldl AT, TCB_LIST_STATE(p0) ! bic AT, #LLS_POLLING_QUEUE, AT ! stl AT, TCB_LIST_STATE(p0) ; now we unwind the stack |