diff options
Diffstat (limited to 'sys/arch/mvme88k/dev/mainbus.c')
-rw-r--r-- | sys/arch/mvme88k/dev/mainbus.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/mvme88k/dev/mainbus.c b/sys/arch/mvme88k/dev/mainbus.c index 8e4f7f26fc3..8e74b5cc56d 100644 --- a/sys/arch/mvme88k/dev/mainbus.c +++ b/sys/arch/mvme88k/dev/mainbus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mainbus.c,v 1.24 2009/03/05 21:55:12 miod Exp $ */ +/* $OpenBSD: mainbus.c,v 1.25 2010/12/23 20:05:08 miod Exp $ */ /* * Copyright (c) 1998 Steve Murphree, Jr. * Copyright (c) 2004, Miodrag Vallat. @@ -325,9 +325,7 @@ mainbus_attach(struct device *parent, struct device *self, void *args) * try to issue BUG calls (i.e. when printing their information * on console), so we postpone this to the end of autoconf. */ - if (brdtyp == BRD_188) - startuphook_establish(cpu_hatch_secondary_processors, NULL); - else + if (brdtyp != BRD_188) cpu_hatch_secondary_processors(NULL); #endif |