From 9e81110a6ef2934f0e55dd5e0afbc4fcac5df4f0 Mon Sep 17 00:00:00 2001 From: benno Date: Wed, 10 Jul 2002 09:48:43 +0000 Subject: [PATCH] Remove some diagnostic code that snuck in. --- sys/powerpc/aim/nexus.c | 6 ------ sys/powerpc/powerpc/nexus.c | 6 ------ 2 files changed, 12 deletions(-) diff --git a/sys/powerpc/aim/nexus.c b/sys/powerpc/aim/nexus.c index 82f70a8f4b29..1958f6cbbaff 100644 --- a/sys/powerpc/aim/nexus.c +++ b/sys/powerpc/aim/nexus.c @@ -214,12 +214,6 @@ nexus_probe(device_t dev) } device_set_desc(dev, "OpenFirmware Nexus device"); - { - u_int *foo = 0xf8000020; - pmap_kenter(0xf8000000, 0xf8000000); - printf(">>> uni_n_clock_ctl = %08x\n", *foo); - pmap_kremove(0xf8000000); - } return (0); } diff --git a/sys/powerpc/powerpc/nexus.c b/sys/powerpc/powerpc/nexus.c index 82f70a8f4b29..1958f6cbbaff 100644 --- a/sys/powerpc/powerpc/nexus.c +++ b/sys/powerpc/powerpc/nexus.c @@ -214,12 +214,6 @@ nexus_probe(device_t dev) } device_set_desc(dev, "OpenFirmware Nexus device"); - { - u_int *foo = 0xf8000020; - pmap_kenter(0xf8000000, 0xf8000000); - printf(">>> uni_n_clock_ctl = %08x\n", *foo); - pmap_kremove(0xf8000000); - } return (0); }