Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11035
b: refs/heads/master
c: ebc7f12
h: refs/heads/master
i:
  11033: 75c6e65
  11031: fabf705
v: v3
  • Loading branch information
Pete Popov authored and Ralf Baechle committed Oct 29, 2005
1 parent 09c3f6f commit c3ca925
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: 88d535b6b58632bc51ee9a1f35ddfc357e365c37
refs/heads/master: ebc7f12fbc6a2d2df1930b91b380c9defb48cbf3
6 changes: 1 addition & 5 deletions trunk/arch/mips/au1000/pb1200/board_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ extern void _board_init_irq(void);
extern void (*board_init_irq)(void);

#ifdef CONFIG_BLK_DEV_IDE_AU1XXX
extern struct ide_ops *ide_ops;
extern struct ide_ops au1xxx_ide_ops;
extern u32 au1xxx_ide_virtbase;
extern u64 au1xxx_ide_physbase;
extern int au1xxx_ide_irq;
Expand Down Expand Up @@ -147,7 +145,6 @@ void __init board_setup(void)
/*
* Iniz IDE parameters
*/
ide_ops = &au1xxx_ide_ops;
au1xxx_ide_irq = PB1200_IDE_INT;
au1xxx_ide_physbase = AU1XXX_ATA_PHYS_ADDR;
au1xxx_ide_virtbase = KSEG1ADDR(AU1XXX_ATA_PHYS_ADDR);
Expand Down Expand Up @@ -176,12 +173,11 @@ void __init board_setup(void)
#ifdef CONFIG_MIPS_DB1200
printk("AMD Alchemy Db1200 Board\n");
#endif
#if 0

/* Setup Pb1200 External Interrupt Controller */
{
extern void (*board_init_irq)(void);
extern void _board_init_irq(void);
board_init_irq = _board_init_irq;
}
#endif
}

0 comments on commit c3ca925

Please sign in to comment.