Fix cpu configuration display - extraneous "\n" was printed.

This commit is contained in:
mhitch 1996-06-16 17:05:33 +00:00
parent d5cb319823
commit cd2de87a62
1 changed files with 1 additions and 3 deletions

View File

@ -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();