diff options
Diffstat (limited to 'sys/arch/mvme88k/mvme88k/machdep.c')
-rw-r--r-- | sys/arch/mvme88k/mvme88k/machdep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/mvme88k/machdep.c b/sys/arch/mvme88k/mvme88k/machdep.c index b9d6fe5610c..2b97d66c08b 100644 --- a/sys/arch/mvme88k/mvme88k/machdep.c +++ b/sys/arch/mvme88k/mvme88k/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.196 2007/10/28 19:45:52 miod Exp $ */ +/* $OpenBSD: machdep.c,v 1.197 2007/10/28 19:48:47 miod Exp $ */ /* * Copyright (c) 1998, 1999, 2000, 2001 Steve Murphree, Jr. * Copyright (c) 1996 Nivas Madhur @@ -724,7 +724,6 @@ secondary_main() int s; cpu_configuration_print(0); - sched_init_cpu(ci); ncpus++; __cpu_simple_unlock(&cpu_boot_mutex); |