From 2b7e8786fb3995460df7de9ab0f010996e81bb22 Mon Sep 17 00:00:00 2001 From: Dale Rahn Date: Sun, 11 Mar 2001 04:48:13 +0000 Subject: Remove debugging print from last commit. --- sys/arch/powerpc/powerpc/cpu.c | 3 +-- 1 file changed, 1 insertion(+), 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 */ -- cgit v1.2.3