Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Dec 2002 12:30:43 -0800 (PST)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 21977 for review
Message-ID:  <200212052030.gB5KUhIu097533@repoman.freebsd.org>

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

Change 21977 by jhb@jhb_laptop on 2002/12/05 12:30:04

	This var only used in the !PC98 case.

Affected files ...

.. //depot/projects/smpng/sys/i386/i386/mp_machdep.c#35 edit

Differences ...

==== //depot/projects/smpng/sys/i386/i386/mp_machdep.c#35 (text+ko) ====

@@ -1935,7 +1935,9 @@
 start_all_aps(u_int boot_addr)
 {
 	int     x, i, pg;
+#ifndef PC98
 	u_char  mpbiosreason;
+#endif
 	u_long  mpbioswarmvec;
 	struct pcpu *pc;
 	char *stack;

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?200212052030.gB5KUhIu097533>