[BACK]Return to cpu.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/cpu.h between version 1.12.4.2 and 1.12.4.3

version 1.12.4.2, 2006/11/17 16:34:32 version 1.12.4.3, 2007/01/11 22:22:56
Line 60 
Line 60 
 struct cpu_info {  struct cpu_info {
         struct device *ci_dev;          struct device *ci_dev;
         struct cpu_info *ci_self;          struct cpu_info *ci_self;
           void *ci_self200;               /* self + 0x200, see lock_stubs.S */
         struct cpu_data ci_data;        /* MI per-cpu data */          struct cpu_data ci_data;        /* MI per-cpu data */
         struct cc_microtime_state ci_cc;/* cc_microtime state */          struct cc_microtime_state ci_cc;/* cc_microtime state */
         struct cpu_info *ci_next;          struct cpu_info *ci_next;

Legend:
Removed from v.1.12.4.2  
changed lines
  Added in v.1.12.4.3

CVSweb <webmaster@jp.NetBSD.org>