[BACK]Return to types.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / amd64 / include

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/amd64/include/types.h between version 1.14 and 1.14.2.1

version 1.14, 2006/09/03 20:42:14 version 1.14.2.1, 2006/12/29 20:27:41
Line 55  typedef unsigned long vsize_t;
Line 55  typedef unsigned long vsize_t;
 typedef long int                register_t;  typedef long int                register_t;
 typedef int                     register32_t;  typedef int                     register32_t;
   
 typedef volatile int            __cpu_simple_lock_t;  typedef volatile unsigned char          __cpu_simple_lock_t;
   
   /* __cpu_simple_lock_t used to be a full word. */
   #define __CPU_SIMPLE_LOCK_PAD
   
 #define __SIMPLELOCK_LOCKED     1  #define __SIMPLELOCK_LOCKED     1
 #define __SIMPLELOCK_UNLOCKED   0  #define __SIMPLELOCK_UNLOCKED   0

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.14.2.1

CVSweb <webmaster@jp.NetBSD.org>