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

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/amd64/genassym.cf between version 1.60.10.1 and 1.60.10.2

version 1.60.10.1, 2018/03/13 15:47:44 version 1.60.10.2, 2018/03/22 16:59:03
Line 236  define CPU_INFO_CURLDT  offsetof(struct 
Line 236  define CPU_INFO_CURLDT  offsetof(struct 
 define  CPU_INFO_IDLELWP        offsetof(struct cpu_info, ci_data.cpu_idlelwp)  define  CPU_INFO_IDLELWP        offsetof(struct cpu_info, ci_data.cpu_idlelwp)
 define  CPU_INFO_PMAP           offsetof(struct cpu_info, ci_pmap)  define  CPU_INFO_PMAP           offsetof(struct cpu_info, ci_pmap)
 define  CPU_INFO_TSS            offsetof(struct cpu_info, ci_tss)  define  CPU_INFO_TSS            offsetof(struct cpu_info, ci_tss)
   ifdef SVS
   define  CPU_INFO_UPDIRPA        offsetof(struct cpu_info, ci_svs_updirpa)
   define  CPU_INFO_KPDIRPA        offsetof(struct cpu_info, ci_svs_kpdirpa)
   define  CPU_INFO_RSP0           offsetof(struct cpu_info, ci_svs_rsp0)
   define  CPU_INFO_URSP0          offsetof(struct cpu_info, ci_svs_ursp0)
   define  CPU_INFO_KRSP0          offsetof(struct cpu_info, ci_svs_krsp0)
   endif
 define  CPU_INFO_NSYSCALL       offsetof(struct cpu_info, ci_data.cpu_nsyscall)  define  CPU_INFO_NSYSCALL       offsetof(struct cpu_info, ci_data.cpu_nsyscall)
 define  CPU_INFO_NTRAP          offsetof(struct cpu_info, ci_data.cpu_ntrap)  define  CPU_INFO_NTRAP          offsetof(struct cpu_info, ci_data.cpu_ntrap)
 define  CPU_INFO_NINTR          offsetof(struct cpu_info, ci_data.cpu_nintr)  define  CPU_INFO_NINTR          offsetof(struct cpu_info, ci_data.cpu_nintr)

Legend:
Removed from v.1.60.10.1  
changed lines
  Added in v.1.60.10.2

CVSweb <webmaster@jp.NetBSD.org>