[BACK]Return to cpu.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / powerpc / 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/powerpc/include/cpu.h between version 1.103.2.2 and 1.103.2.3

version 1.103.2.2, 2018/05/21 04:36:01 version 1.103.2.3, 2018/06/25 07:25:45
Line 164  struct cpu_hatch_data {
Line 164  struct cpu_hatch_data {
         uint32_t hatch_tbl;          uint32_t hatch_tbl;
 #if defined(PPC_OEA64_BRIDGE) || defined (_ARCH_PPC64)  #if defined(PPC_OEA64_BRIDGE) || defined (_ARCH_PPC64)
         uint64_t hatch_hid0;          uint64_t hatch_hid0;
           uint64_t hatch_hid1;
         uint64_t hatch_hid4;          uint64_t hatch_hid4;
         uint64_t hatch_hid5;          uint64_t hatch_hid5;
 #else  #else

Legend:
Removed from v.1.103.2.2  
changed lines
  Added in v.1.103.2.3

CVSweb <webmaster@jp.NetBSD.org>