mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
alpha/PCI: replace pci_probe_only with pci_flags
Some architectures (alpha, mips, powerpc) have an arch-specific "pci_probe_only" flag. Others use PCI_PROBE_ONLY in pci_flags for the same purpose. This moves alpha to the pci_flags approach so generic code can use the same test across all architectures. CC: linux-alpha@vger.kernel.org Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
This commit is contained in:
parent
dcce6dc486
commit
151d16d531
5 changed files with 12 additions and 13 deletions
|
@ -173,9 +173,6 @@ extern void pci_restore_srm_config(void);
|
|||
extern struct pci_controller *hose_head, **hose_tail;
|
||||
extern struct pci_controller *pci_isa_hose;
|
||||
|
||||
/* Indicate that we trust the console to configure things properly. */
|
||||
extern int pci_probe_only;
|
||||
|
||||
extern unsigned long alpha_agpgart_size;
|
||||
|
||||
extern void common_init_pci(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue