Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Mar 2006 08:29:51 GMT
From:      Kip Macy <kmacy@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 92591 for review
Message-ID:  <200603010829.k218TpG3009467@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=92591

Change 92591 by kmacy@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 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200603010829.k218TpG3009467>