提交 257608fb 编写于 作者: S Sebastian Ott 提交者: Martin Schwidefsky

s390/pci: reenable per default

HW, FW and Linux support is in a better shape now - let's reenable
pci bus probing per default.
Acked-by: NGerald Schaefer <gerald.schaefer@de.ibm.com>
Signed-off-by: NSebastian Ott <sebott@linux.vnet.ibm.com>
Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
上级 f7038b7c
...@@ -919,13 +919,13 @@ static void zpci_mem_exit(void) ...@@ -919,13 +919,13 @@ static void zpci_mem_exit(void)
kmem_cache_destroy(zdev_fmb_cache); kmem_cache_destroy(zdev_fmb_cache);
} }
static unsigned int s390_pci_probe; static unsigned int s390_pci_probe = 1;
static unsigned int s390_pci_initialized; static unsigned int s390_pci_initialized;
char * __init pcibios_setup(char *str) char * __init pcibios_setup(char *str)
{ {
if (!strcmp(str, "on")) { if (!strcmp(str, "off")) {
s390_pci_probe = 1; s390_pci_probe = 0;
return NULL; return NULL;
} }
return str; return str;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册