[L4alpha-cvscommit] CVS: L4Alpha/pal/macros l4_pal_defs.mar,1.5,1.6
Status: Beta
Brought to you by:
dpotts
|
From: Daniel P. <dp...@us...> - 2002-09-02 01:21:38
|
Update of /cvsroot/l4alpha/L4Alpha/pal/macros In directory usw-pr-cvs1:/tmp/cvs-serv2191/pal/macros Modified Files: l4_pal_defs.mar Log Message: Flush all TLB (i-tlb and d-tlb) call pal for all CPU revisions. Callpal number 0x17. Index: l4_pal_defs.mar =================================================================== RCS file: /cvsroot/l4alpha/L4Alpha/pal/macros/l4_pal_defs.mar,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** l4_pal_defs.mar 10 Feb 2002 12:37:58 -0000 1.5 --- l4_pal_defs.mar 2 Sep 2002 01:21:32 -0000 1.6 *************** *** 68,73 **** --- 68,77 ---- L4PAL_FUNC__PCPUB = ^x16 ; determine which CPU this is + L4PAL_FUNC__FLUSH_TLB = ^x17 + L4PAL_FUNC__21064_FLUSH_TLB = ^x17 L4PAL_FUNC__21064_ITB_READ = ^x18 + + L4PAL_FUNC__21164_FLUSH_TLB = ^x17 L4PAL_FUNC__21264_FLUSH_TLB = ^x17 |