summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2004-01-25 06:19:37 +0000
committeralc <alc@FreeBSD.org>2004-01-25 06:19:37 +0000
commitb6ff09ea29b19ad1d374b4285d5c5ba3e02473d2 (patch)
tree83d9d98940ecb96fa2f0d5bf27362dc2d372f5dd
parent1f5f7f19e56ee1c57cadba7b105fe0d0142d0702 (diff)
downloadFreeBSD-src-b6ff09ea29b19ad1d374b4285d5c5ba3e02473d2.zip
FreeBSD-src-b6ff09ea29b19ad1d374b4285d5c5ba3e02473d2.tar.gz
MFi386 revision 1.230
- Move smp_topology to subr_smp.c so that it is defined on all architectures.
-rw-r--r--sys/amd64/amd64/mp_machdep.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/amd64/mp_machdep.c b/sys/amd64/amd64/mp_machdep.c
index 8054bf8..0d1a1bc 100644
--- a/sys/amd64/amd64/mp_machdep.c
+++ b/sys/amd64/amd64/mp_machdep.c
@@ -82,7 +82,6 @@ extern int nkpt;
*/
struct cpu_group mp_groups[MAXCPU];
struct cpu_top mp_top;
-struct cpu_top *smp_topology;
/* AP uses this during bootstrap. Do not staticize. */
char *bootSTK;
OpenPOWER on IntegriCloud