[L4alpha-cvscommit] CVS: L4Alpha/pal/21064/macros l4_macros.mar,1.3,1.4
Status: Beta
Brought to you by:
dpotts
|
From: Daniel P. <dp...@us...> - 2002-02-13 08:30:50
|
Update of /cvsroot/l4alpha/L4Alpha/pal/21064/macros In directory usw-pr-cvs1:/tmp/cvs-serv31028/pal/21064/macros Modified Files: l4_macros.mar Log Message: Stubs for ipl code for 21064 21164 (they don't HAVE to be implemented). Index: l4_macros.mar =================================================================== RCS file: /cvsroot/l4alpha/L4Alpha/pal/21064/macros/l4_macros.mar,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** l4_macros.mar 13 Apr 2001 05:45:52 -0000 1.3 --- l4_macros.mar 13 Feb 2002 08:30:44 -0000 1.4 *************** *** 75,78 **** --- 75,92 ---- .endm + .macro init_ipl tmp=AT + ; not implemented + .endm + + ; mask_int - turn off interrupt + .macro mask_int int tmp + ; not implemented + .endm + + ; unmask_int - turn on interrupt + .macro unmask_int int tmp + ; not implemented + .endm + .macro unop ldq_u r31, 0(r31) |