diff options
author | gallatin <gallatin@FreeBSD.org> | 2001-04-17 14:59:05 +0000 |
---|---|---|
committer | gallatin <gallatin@FreeBSD.org> | 2001-04-17 14:59:05 +0000 |
commit | 36a5c45998a1f3ba8fd9cba4f632eb737ac26c4d (patch) | |
tree | acb858d0856c24ede3052944897ea1fd95fe7246 | |
parent | 72d859dc846e54490e6fae17e898e97526400764 (diff) | |
download | FreeBSD-src-36a5c45998a1f3ba8fd9cba4f632eb737ac26c4d.zip FreeBSD-src-36a5c45998a1f3ba8fd9cba4f632eb737ac26c4d.tar.gz |
set gd_other_cpus later, when we have a better idea what the other cpus
are.
submitted by: jhb
-rw-r--r-- | sys/alpha/alpha/machdep.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/alpha/alpha/machdep.c b/sys/alpha/alpha/machdep.c index f85d07d..836538d 100644 --- a/sys/alpha/alpha/machdep.c +++ b/sys/alpha/alpha/machdep.c @@ -2254,7 +2254,6 @@ globaldata_init(struct globaldata *globaldata, int cpuid, size_t sz) globaldata->gd_next_asn = 0; globaldata->gd_current_asngen = 1; #ifdef SMP - globaldata->gd_other_cpus = all_cpus & ~(1 << cpuid); globaldata_register(globaldata); #endif } |