|
@@ -108,7 +108,7 @@ static void __devinit pci_process_ISA_OF_ranges(struct device_node *isa_node,
|
|
|
if (size > 0x10000)
|
|
|
size = 0x10000;
|
|
|
|
|
|
- printk(KERN_ERR "no ISA IO ranges or unexpected isa range,"
|
|
|
+ printk(KERN_ERR "no ISA IO ranges or unexpected isa range, "
|
|
|
"mapping 64k\n");
|
|
|
|
|
|
__ioremap_at(phb_io_base_phys, (void *)ISA_IO_BASE,
|
|
@@ -116,7 +116,7 @@ static void __devinit pci_process_ISA_OF_ranges(struct device_node *isa_node,
|
|
|
return;
|
|
|
|
|
|
inval_range:
|
|
|
- printk(KERN_ERR "no ISA IO ranges or unexpected isa range,"
|
|
|
+ printk(KERN_ERR "no ISA IO ranges or unexpected isa range, "
|
|
|
"mapping 64k\n");
|
|
|
__ioremap_at(phb_io_base_phys, (void *)ISA_IO_BASE,
|
|
|
0x10000, _PAGE_NO_CACHE|_PAGE_GUARDED);
|