Remove some diagnostic code that snuck in.
This commit is contained in:
parent
d842b432e7
commit
9e81110a6e
@ -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);
|
||||
}
|
||||
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user