Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42188
b: refs/heads/master
c: 74a9d5f
h: refs/heads/master
v: v3
  • Loading branch information
Sascha Hauer authored and Paul Mackerras committed Nov 13, 2006
1 parent 2ce4a57 commit a2dd375
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 36ca4ba4b9728f3c420a589a3322c2fbd7ec88b7
refs/heads/master: 74a9d5f1d140adbeadd5ef319f162903090c3b83
4 changes: 2 additions & 2 deletions trunk/drivers/ide/pci/via82cxxx.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include <linux/ide.h>
#include <asm/io.h>

#ifdef CONFIG_PPC_MULTIPLATFORM
#ifdef CONFIG_PPC_CHRP
#include <asm/processor.h>
#endif

Expand Down Expand Up @@ -442,7 +442,7 @@ static void __devinit init_hwif_via82cxxx(ide_hwif_t *hwif)
hwif->speedproc = &via_set_drive;


#if defined(CONFIG_PPC_CHRP) && defined(CONFIG_PPC32)
#ifdef CONFIG_PPC_CHRP
if(machine_is(chrp) && _chrp_type == _CHRP_Pegasos) {
hwif->irq = hwif->channel ? 15 : 14;
}
Expand Down

0 comments on commit a2dd375

Please sign in to comment.