diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-05-24 09:30:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-05-24 09:30:33 +0000 |
commit | fbe6479195753ceeb4cefb3ebe5020cd06a08a65 (patch) | |
tree | 51e02c118e967f751a43fcf6e4d50528b245dd72 /sys | |
parent | ff2639010cb1371801085656e8ad8fe07817cded (diff) |
do not print cpu startup messages (because they are obvious)
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/amd64/cpu.c | 3 |
1 files changed, 1 insertions, 2 deletions
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); } |