[Tinyos-beta-commits] CVS: tinyos-1.x/beta/platform/pxa27x/lib MMU.h, 1.1, 1.2

Robbie Adler radler at users.sourceforge.net
Fri Sep 9 18:12:01 PDT 2005


Update of /cvsroot/tinyos/tinyos-1.x/beta/platform/pxa27x/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24978/lib

Modified Files:
	MMU.h 
Log Message:
added globalCleanAndInvalidateDCache function,fixed disableDCache to properly clean the DCache before disabling it (otherwise, we potentially lose data), and some misc additional function stuff

Index: MMU.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/platform/pxa27x/lib/MMU.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** MMU.h	6 Sep 2005 18:19:59 -0000	1.1
--- MMU.h	10 Sep 2005 01:11:59 -0000	1.2
***************
*** 8,10 ****
--- 8,12 ----
  void disableDCache();
  void invalidateDCache(uint8_t *address, int32_t numbytes); 
+ void cleanDCache(uint8_t *address, int32_t numbytes); 
+ void globalCleanAndInvalidateDCache();
  #endif



More information about the Tinyos-beta-commits mailing list