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

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

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

revision 1.1 by camm, Tue Jun 25 23:24:54 2002 UTC revision 1.2 by camm, Sun Jul 21 03:41:18 2002 UTC
# Line 18  Line 18 
18  /*  #define CLEAR_CACHE do {void *v=memory->cfd.cfd_start,*ve=v+memory->cfd.cfd_size; for (;v<ve;v+=32)   asm __volatile__ ("dcbst 0,%0\n\tsync\n\ticbi 0,%0\n\tsync\n\tisync": : "r" (v) : "memory");} while(0) */  /*  #define CLEAR_CACHE do {void *v=memory->cfd.cfd_start,*ve=v+memory->cfd.cfd_size; for (;v<ve;v+=32)   asm __volatile__ ("dcbst 0,%0\n\tsync\n\ticbi 0,%0\n\tsync\n\tisync": : "r" (v) : "memory");} while(0) */
19    
20  #define MUST_COPY_VA_LIST  #define MUST_COPY_VA_LIST
21  #define NULL_OR_ON_C_STACK(x) ((x)==0 || (((unsigned long)x) > 0x100000000) && ((unsigned long)x) < 0x120000000)  #define NULL_OR_ON_C_STACK(x) ((x)==0 || ((((unsigned long)x) > 0x100000000) && ((unsigned long)x) < 0x120000000))

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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