diff options
author | Helge Deller <deller@gmx.de> | 2019-09-05 10:41:11 -0400 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2019-09-05 10:41:11 -0400 |
commit | b0a26f11ee3625653e8ef6e133bc73779b5a6b17 (patch) | |
tree | 5ce207c28bf2a4c0196153894573d29385011f90 /arch/parisc | |
parent | ebee4b02d073fd47459a6f22cb3a9385364f0454 (diff) |
parisc: Drop comments which are already in pci.h
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc')
-rw-r--r-- | arch/parisc/kernel/pci.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/parisc/kernel/pci.c b/arch/parisc/kernel/pci.c index bc41ca243cfe..cf285b17a5ae 100644 --- a/arch/parisc/kernel/pci.c +++ b/arch/parisc/kernel/pci.c | |||
@@ -34,17 +34,6 @@ | |||
34 | #define DBG_RES(x...) | 34 | #define DBG_RES(x...) |
35 | #endif | 35 | #endif |
36 | 36 | ||
37 | /* To be used as: mdelay(pci_post_reset_delay); | ||
38 | * | ||
39 | * post_reset is the time the kernel should stall to prevent anyone from | ||
40 | * accessing the PCI bus once #RESET is de-asserted. | ||
41 | * PCI spec somewhere says 1 second but with multi-PCI bus systems, | ||
42 | * this makes the boot time much longer than necessary. | ||
43 | * 20ms seems to work for all the HP PCI implementations to date. | ||
44 | * | ||
45 | * #define pci_post_reset_delay 50 | ||
46 | */ | ||
47 | |||
48 | struct pci_port_ops *pci_port __ro_after_init; | 37 | struct pci_port_ops *pci_port __ro_after_init; |
49 | struct pci_bios_ops *pci_bios __ro_after_init; | 38 | struct pci_bios_ops *pci_bios __ro_after_init; |
50 | 39 | ||