diff options
author | 2005-05-24 09:30:32 +0000 | |
---|---|---|
committer | 2005-05-24 09:30:32 +0000 | |
commit | 94ea23c8e6966c85dd7765e944d6d7043f44e0a5 (patch) | |
tree | 5521223c67dfa563dd05210c9253c5c61f665ba2 | |
parent | hlt hlt is not a good idea. Rework APM to do what the spec actually says. Run actual BIOS calls whenever we are actually idle. Tovarisch! (diff) | |
download | wireguard-openbsd-94ea23c8e6966c85dd7765e944d6d7043f44e0a5.tar.xz wireguard-openbsd-94ea23c8e6966c85dd7765e944d6d7043f44e0a5.zip |
do not print cpu startup messages (because they are obvious)
-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); } |