From fbe6479195753ceeb4cefb3ebe5020cd06a08a65 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 24 May 2005 09:30:33 +0000 Subject: do not print cpu startup messages (because they are obvious) --- sys/arch/amd64/amd64/cpu.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/arch/amd64/amd64/cpu.c b/sys/arch/amd64/amd64/cpu.c index f695f763a8a..0913c81fc38 100644 --- a/sys/arch/amd64/amd64/cpu.c +++ b/sys/arch/amd64/amd64/cpu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.c,v 1.7 2004/07/19 15:09:05 art Exp $ */ +/* $OpenBSD: cpu.c,v 1.8 2005/05/24 09:30:32 deraadt Exp $ */ /* $NetBSD: cpu.c,v 1.1 2003/04/26 18:39:26 fvdl Exp $ */ /*- @@ -544,7 +544,6 @@ cpu_hatch(void *v) lcr8(0); enable_intr(); - printf("%s: CPU %u running\n",ci->ci_dev->dv_xname, ci->ci_cpuid); microuptime(&ci->ci_schedstate.spc_runtime); splx(s); } -- cgit v1.2.3