Date: Sun, 19 May 2002 18:14:35 -0700 (PDT) From: Jake Burkholder <jake@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 11573 for review Message-ID: <200205200114.g4K1EZ861112@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=11573 Change 11573 by jake@jake_sparc64 on 2002/05/19 18:14:08 Forward declare struct thread. Affected files ... ... //depot/projects/sparc64/sys/sys/smp.h#7 edit Differences ... ==== //depot/projects/sparc64/sys/sys/smp.h#7 (text+ko) ==== @@ -48,6 +48,8 @@ * cpu_mp_announce() will be called so that machine dependent messages about * the MP support may be output to the console if desired. */ +struct thread; + void cpu_mp_announce(void); int cpu_mp_probe(void); void cpu_mp_start(void); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205200114.g4K1EZ861112>