提交 2b2154f9 编写于 作者: V Vincent Legoll 提交者: Bjorn Helgaas

x86/PCI: Fix whitespace in set_bios_x() printk

Remove the space from "PCI :" to make the message consistent with other PCI
messages.
Signed-off-by: NVincent Legoll <vincent.legoll@gmail.com>
Signed-off-by: NBjorn Helgaas <bhelgaas@google.com>
上级 2f686f1d
...@@ -46,7 +46,7 @@ static inline void set_bios_x(void) ...@@ -46,7 +46,7 @@ static inline void set_bios_x(void)
pcibios_enabled = 1; pcibios_enabled = 1;
set_memory_x(PAGE_OFFSET + BIOS_BEGIN, (BIOS_END - BIOS_BEGIN) >> PAGE_SHIFT); set_memory_x(PAGE_OFFSET + BIOS_BEGIN, (BIOS_END - BIOS_BEGIN) >> PAGE_SHIFT);
if (__supported_pte_mask & _PAGE_NX) if (__supported_pte_mask & _PAGE_NX)
printk(KERN_INFO "PCI : PCI BIOS area is rw and x. Use pci=nobios if you want it NX.\n"); printk(KERN_INFO "PCI: PCI BIOS area is rw and x. Use pci=nobios if you want it NX.\n");
} }
/* /*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册