[L4alpha-cvscommit] CVS: L4Alpha/lib/l4 syscall.S,1.5,1.6
Status: Beta
Brought to you by:
dpotts
|
From: Daniel P. <dp...@us...> - 2002-01-03 03:26:18
|
Update of /cvsroot/l4alpha/L4Alpha/lib/l4 In directory usw-pr-cvs1:/tmp/cvs-serv4471/lib/l4 Modified Files: syscall.S Log Message: Added interface to l4_whoami syscall. Note this call is not part of the normal API. Index: syscall.S =================================================================== RCS file: /cvsroot/l4alpha/L4Alpha/lib/l4/syscall.S,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** syscall.S 2001/04/05 08:23:40 1.5 --- syscall.S 2002/01/03 03:26:13 1.6 *************** *** 20,23 **** --- 20,24 ---- .globl l4_set_idt .globl l4_sys_time + .globl l4_whoami .globl l4_schedule *************** *** 438,442 **** ret (ra) l4_test_cpu: pal 0xAB ! ret (ra) \ No newline at end of file --- 439,445 ---- ret (ra) + l4_whoami: l4_test_cpu: pal 0xAB ! ret (ra) ! \ No newline at end of file |