/[gcl]/gcl/h/mipsel-linux.h
ViewVC logotype

Diff of /gcl/h/mipsel-linux.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by camm, Mon Jul 29 22:50:54 2002 UTC revision 1.4 by camm, Sun Apr 10 03:18:06 2005 UTC
# Line 24  Line 24 
24    ((siginfo_t *)code )->si_addr    ((siginfo_t *)code )->si_addr
25  #endif  #endif
26  #define SGC  #define SGC
27    
28    #include <asm/cachectl.h>
29    int cacheflush(void *,int,int);
30    #define CLEAR_CACHE_LINE_SIZE 32
31    #define CLEAR_CACHE do {void *v=memory->cfd.cfd_start,*ve=v+memory->cfd.cfd_size; \
32                            v=(void *)((unsigned long)v & ~(CLEAR_CACHE_LINE_SIZE - 1));\
33                            cacheflush(v,ve-v,BCACHE);\
34                        } while(0)
35    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26