Date: Mon, 6 Mar 2006 15:55:56 GMT From: John Baldwin <jhb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 92853 for review Message-ID: <200603061555.k26FtulY070505@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=92853 Change 92853 by jhb@jhb_twclab on 2006/03/06 15:54:57 Compile. Affected files ... .. //depot/projects/smpng/sys/alpha/include/pcpu.h#6 edit Differences ... ==== //depot/projects/smpng/sys/alpha/include/pcpu.h#6 (text+ko) ==== @@ -38,9 +38,9 @@ u_int64_t pc_idlepcbphys; /* pa of pc_idlepcb */ \ u_int64_t pc_pending_ipis; /* pending IPI's */ \ u_int32_t pc_next_asn; /* next ASN to alloc */ \ - u_int32_t pc_current_asngen /* ASN rollover check */ \ + u_int32_t pc_current_asngen; /* ASN rollover check */ \ u_int32_t pc_last_ppc_cnt; /* Previous PCC_CNT value */ \ - u_int32_t pc_ppc_base; /* Hi word of cycle count. */ + u_int32_t pc_ppc_base /* Hi word of cycle count. */ struct pcpu;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603061555.k26FtulY070505>