diff options
-rw-r--r-- | sys/amd64/amd64/mp_machdep.c | 1 |
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; |