[L4alpha-cvscommit] Re: CVS: L4Alpha/pal/macros l4_pal_defs.mar,1.4,1.5
Status: Beta
Brought to you by:
dpotts
|
From: Daniel P. <da...@cs...> - 2002-02-11 00:03:59
|
Me bad. Correct log message should read: Added profiling syscall that logs cycle counts to a page (specified by user) in memory. On Sun, 10 Feb 2002, Daniel Potts wrote: > Update of /cvsroot/l4alpha/L4Alpha/pal/macros > In directory usw-pr-cvs1:/tmp/cvs-serv32332/pal/macros > > Modified Files: > l4_pal_defs.mar > Log Message: > (Finally) added support for read-only pages. > > Tested on 21264 only. > WARNING: The 21064 and 21164 updates will come in a later commit. > > > Index: l4_pal_defs.mar > =================================================================== > RCS file: /cvsroot/l4alpha/L4Alpha/pal/macros/l4_pal_defs.mar,v > retrieving revision 1.4 > retrieving revision 1.5 > diff -C2 -d -r1.4 -r1.5 > *** l4_pal_defs.mar 13 Apr 2001 05:45:52 -0000 1.4 > --- l4_pal_defs.mar 10 Feb 2002 12:37:58 -0000 1.5 > *************** > *** 104,107 **** > --- 104,109 ---- > L4PAL_FUNC__L4_WHOAMI = ^xAB > > + L4PAL_FUNC__PROFILE = ^xAA ; profiling hack > + > CNF_SETIDT = 0 ; L4_CONFIG def > > -- http://www.cse.unsw.edu.au/~danielp |