[L4alpha-cvscommit] CVS: L4Alpha/pal/21264/macros l4_macros.mar,1.8,1.9
Status: Beta
Brought to you by:
dpotts
|
From: Daniel P. <dp...@us...> - 2002-02-13 08:30:50
|
Update of /cvsroot/l4alpha/L4Alpha/pal/21264/macros In directory usw-pr-cvs1:/tmp/cvs-serv31028/pal/21264/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/21264/macros/l4_macros.mar,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** l4_macros.mar 13 Apr 2001 05:45:52 -0000 1.8 --- l4_macros.mar 13 Feb 2002 08:30:44 -0000 1.9 *************** *** 78,81 **** --- 78,97 ---- .endm + .macro init_ipl tmp=AT + ; not implemented (fully) + lda AT, ^x0f(zero) ; timer and inter-processor (4 and 8) + ptstq AT, tr5 + .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 |