dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/include il_system.h,1.14,1.15


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/include il_system.h,1.14,1.15
Date: Thu, 01 May 2003 00:01:41 -0400

Update of /cvsroot/dotgnu-pnet/pnet/include
In directory subversions:/tmp/cvs-serv31545/include

Modified Files:
        il_system.h 
Log Message:


Implement the "ILCacheFlush" function for ARM-based GNU/Linux machines,
which have a special system call for performing cache flushes.


Index: il_system.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_system.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** il_system.h 21 Dec 2002 01:53:37 -0000      1.14
--- il_system.h 1 May 2003 04:01:39 -0000       1.15
***************
*** 169,173 ****
  /* Determine if the underlying CPU has cache flush functionality */
  #if defined(__i386) || defined(__i386__) || \
!               defined(PPC) || defined(__sparc)
        #if defined(__GNUC__)
                #define IL_HAVE_CACHE_FLUSH     1
--- 169,174 ----
  /* Determine if the underlying CPU has cache flush functionality */
  #if defined(__i386) || defined(__i386__) || \
!               defined(PPC) || defined(__sparc) || \
!               defined(__arm) || defined(__arm__)
        #if defined(__GNUC__)
                #define IL_HAVE_CACHE_FLUSH     1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]