diff options
Diffstat (limited to 'sys/arch/powerpc/pci/macobio.c')
-rw-r--r-- | sys/arch/powerpc/pci/macobio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/powerpc/pci/macobio.c b/sys/arch/powerpc/pci/macobio.c index cab593b5576..6124313726b 100644 --- a/sys/arch/powerpc/pci/macobio.c +++ b/sys/arch/powerpc/pci/macobio.c @@ -154,7 +154,7 @@ obio_attach(parent, self, aux) ca.ca_iot = &sc->sc_membus_space; - printf(": addr 0x%x\n", ca.ca_baseaddr); + printf("\n"); /* * This might be a hack, but it makes the interrupt controller |