[L4alpha-cvscommit] CVS: L4Alpha/lib/l4 syscall.S,1.6,1.7
Status: Beta
Brought to you by:
dpotts
|
From: Daniel P. <dp...@us...> - 2002-01-22 06:44:25
|
Update of /cvsroot/l4alpha/L4Alpha/lib/l4 In directory usw-pr-cvs1:/tmp/cvs-serv15935/lib/l4 Modified Files: syscall.S Log Message: Minor cleaup for l4_migrate and l4_whoami functions Added #define for syscall values. Index: syscall.S =================================================================== RCS file: /cvsroot/l4alpha/L4Alpha/lib/l4/syscall.S,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** syscall.S 2002/01/03 03:26:13 1.6 --- syscall.S 2002/01/22 06:44:19 1.7 *************** *** 435,439 **** l4_migrate: save ! pal 0xAC load ret (ra) --- 435,439 ---- l4_migrate: save ! pal L4_MIGRATE load ret (ra) *************** *** 441,445 **** l4_whoami: l4_test_cpu: ! pal 0xAB ret (ra) --- 441,445 ---- l4_whoami: l4_test_cpu: ! pal L4_WHOAMI ret (ra) |