diff options
Diffstat (limited to 'sys')
| -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 f85d07de4532..836538ddd588 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 } |
