PERFORCE change 92591 for review

Kip Macy kmacy at FreeBSD.org
Wed Mar 1 00:29:55 PST 2006


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

Change 92591 by kmacy at kmacy_storage:sun4v_work on 2006/03/01 08:29:45

	ifdef out invalid structure

Affected files ...

.. //depot/projects/kmacy_sun4v/src/sys/sun4v/include/smp.h#2 edit

Differences ...

==== //depot/projects/kmacy_sun4v/src/sys/sun4v/include/smp.h#2 (text+ko) ====

@@ -54,7 +54,9 @@
 	vm_offset_t csa_pcpu;
 	u_long	csa_tick;
 	u_long	csa_ver;
+#ifdef notyet
 	struct	tte csa_ttes[PCPU_PAGES];
+#endif
 };
 
 struct ipi_cache_args {


More information about the p4-projects mailing list