Need to add another `if defined(SUN4M)'; noticed by David Gilbert.

This commit is contained in:
pk 1996-06-29 20:09:40 +00:00
parent cc499a99d9
commit 4ce982125b
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: autoconf.c,v 1.59 1996/06/12 15:24:05 pk Exp $ */ /* $NetBSD: autoconf.c,v 1.60 1996/06/29 20:09:40 pk Exp $ */
/* /*
* Copyright (c) 1996 * Copyright (c) 1996
@ -1175,8 +1175,10 @@ mainbus_attach(parent, dev, aux)
#define openboot_special4m ((void *)0) #define openboot_special4m ((void *)0)
#endif #endif
#if defined(SUN4M)
if (CPU_ISSUN4M) if (CPU_ISSUN4M)
printf(": %s", getpropstring(ca->ca_ra.ra_node, "name")); printf(": %s", getpropstring(ca->ca_ra.ra_node, "name"));
#endif
printf("\n"); printf("\n");
/* /*