PERFORCE change 92853 for review

John Baldwin jhb at FreeBSD.org
Mon Mar 6 07:56:00 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=92853

Change 92853 by jhb at 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;
 


More information about the p4-projects mailing list