Diff for /src/sys/i386/include/Attic/asmacros.h between versions 1.5 and 1.6

version 1.5, 2003/07/20 04:20:32 version 1.6, 2003/12/04 20:09:33
Line 39 Line 39
   
 #include <sys/cdefs.h>  #include <sys/cdefs.h>
   
   #ifdef _KERNEL
   
 /*  /*
  * Access to a per-cpu data element   * Access to a per-cpu data element
  */   */
 #define PCPU(x) %fs:gd_ ## x  #define PCPU(x) %fs:gd_ ## x
   
   #endif
   
 /*  /*
  * CNAME and HIDENAME manage the relationship between symbol names in C   * CNAME and HIDENAME manage the relationship between symbol names in C
  * and the equivalent assembly language names.  CNAME is given a name as   * and the equivalent assembly language names.  CNAME is given a name as

Removed from v.1.5  
changed lines
  Added in v.1.6