diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2001-03-11 04:48:13 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2001-03-11 04:48:13 +0000 |
commit | 2b7e8786fb3995460df7de9ab0f010996e81bb22 (patch) | |
tree | 07f8bb3566fc28c2cb2c4bea8a3f16f0c71bfc9c /sys/arch | |
parent | 8342100f165ece47cb64894b1d2231172f0786d4 (diff) |
Remove debugging print from last commit.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/powerpc/powerpc/cpu.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/powerpc/powerpc/cpu.c b/sys/arch/powerpc/powerpc/cpu.c index 885ed5a7bec..33c342bea3e 100644 --- a/sys/arch/powerpc/powerpc/cpu.c +++ b/sys/arch/powerpc/powerpc/cpu.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cpu.c,v 1.8 2001/03/10 23:14:32 drahn Exp $ */ +/* $OpenBSD: cpu.c,v 1.9 2001/03/11 04:48:12 drahn Exp $ */ /* * Copyright (c) 1997 Per Fogelstrom @@ -172,7 +172,6 @@ cpuattach(parent, dev, aux) hid0 &= ~(HID0_NAP | HID0_SLEEP); hid0 |= HID0_DOZE | HID0_DPM; } - printf("hid0 %x:",hid0); asm ("mtspr %0,1008" : "=r" (hid0)); /* if processor is G3 or G4, configure l2 cache */ |