Fix cpu configuration display - extraneous "\n" was printed.
This commit is contained in:
parent
d5cb319823
commit
cd2de87a62
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: cpu.c,v 1.5 1996/04/10 17:38:21 jonathan Exp $ */
|
||||
/* $NetBSD: cpu.c,v 1.6 1996/06/16 17:05:33 mhitch Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1994, 1995 Carnegie-Mellon University.
|
||||
|
@ -72,8 +72,6 @@ cpuattach(parent, dev, aux)
|
|||
void *aux;
|
||||
{
|
||||
|
||||
printf("\n");
|
||||
|
||||
printf(": ");
|
||||
|
||||
cpu_identify();
|
||||
|
|
Loading…
Reference in New Issue