[BACK]Return to genassym.cf CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / i386 / i386

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

Diff for /src/sys/arch/i386/i386/genassym.cf between version 1.61.2.1 and 1.62

version 1.61.2.1, 2008/03/24 07:14:58 version 1.62, 2008/03/10 22:03:40
Line 320  define CPU_INFO_TSS_SEL offsetof(struct 
Line 320  define CPU_INFO_TSS_SEL offsetof(struct 
 define  CPU_INFO_ESP0           offsetof(struct cpu_info, ci_tss.tss_esp0)  define  CPU_INFO_ESP0           offsetof(struct cpu_info, ci_tss.tss_esp0)
 define  CPU_INFO_IOBASE         offsetof(struct cpu_info, ci_tss.tss_iobase)  define  CPU_INFO_IOBASE         offsetof(struct cpu_info, ci_tss.tss_iobase)
 define  CPU_INFO_IOMAP          offsetof(struct cpu_info, ci_iomap)  define  CPU_INFO_IOMAP          offsetof(struct cpu_info, ci_iomap)
 define  IOMAP_INVALOFF          IOMAP_INVALOFF  
 define  CPU_INFO_CC             offsetof(struct cpu_info, ci_cc)  define  CPU_INFO_CC             offsetof(struct cpu_info, ci_cc)
 define  CPU_INFO_NSYSCALL       offsetof(struct cpu_info, ci_data.cpu_nsyscall)  define  IOMAP_INVALOFF          IOMAP_INVALOFF
   
 define  CPU_INFO_LEVEL          offsetof(struct cpu_info, ci_cpuid_level)  define  CPU_INFO_LEVEL          offsetof(struct cpu_info, ci_cpuid_level)
 define  CPU_INFO_VENDOR         offsetof(struct cpu_info, ci_vendor[0])  define  CPU_INFO_VENDOR         offsetof(struct cpu_info, ci_vendor[0])

Legend:
Removed from v.1.61.2.1  
changed lines
  Added in v.1.62

CVSweb <webmaster@jp.NetBSD.org>