Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101440
b: refs/heads/master
c: af3e69c
h: refs/heads/master
v: v3
  • Loading branch information
Atsushi Nemoto authored and Ralf Baechle committed Jul 15, 2008
1 parent 488d078 commit 4f81082
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8fa9cc16f820915fbe8ab6047c420703a87c307e
refs/heads/master: af3e69cfc9644c742a22647a5091779b9dfb9653
1 change: 0 additions & 1 deletion trunk/arch/mips/pci/fixup-vr4133.c
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ void i8259_init(void)

int __init pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin)
{
extern int pci_probe_only;
pci_probe_only = 1;

#ifdef CONFIG_ROCKHOPPER
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/mips/pci/pci-bcm1480.c
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ static int __init bcm1480_pcibios_init(void)
{
uint32_t cmdreg;
uint64_t reg;
extern int pci_probe_only;

/* CFE will assign PCI resources */
pci_probe_only = 1;
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/mips/pci/pci-ip27.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ int __cpuinit bridge_probe(nasid_t nasid, int widget_id, int masterwid)
static int num_bridges = 0;
bridge_t *bridge;
int slot;
extern int pci_probe_only;

pci_probe_only = 1;

Expand Down
1 change: 0 additions & 1 deletion trunk/arch/mips/pci/pci-sb1250.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ static int __init sb1250_pcibios_init(void)
void __iomem *io_map_base;
uint32_t cmdreg;
uint64_t reg;
extern int pci_probe_only;

/* CFE will assign PCI resources */
pci_probe_only = 1;
Expand Down
3 changes: 3 additions & 0 deletions trunk/include/asm-mips/pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,7 @@ static inline int pci_get_legacy_ide_irq(struct pci_dev *dev, int channel)
return channel ? 15 : 14;
}

extern int pci_probe_only;
extern unsigned int pcibios_max_latency;

#endif /* _ASM_PCI_H */

0 comments on commit 4f81082

Please sign in to comment.