Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46890
b: refs/heads/master
c: f8b93a9
h: refs/heads/master
v: v3
  • Loading branch information
Robert P. J. Day authored and Paul Mackerras committed Feb 8, 2007
1 parent e7322f9 commit f971653
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 64a3de1c3d9c6dfa9be68529a519448e8017ddb0
refs/heads/master: f8b93a902315aeeedf51c45f01a407d5d8288c72
3 changes: 2 additions & 1 deletion trunk/arch/ppc/syslib/m8260_pci_erratum9.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ void idma_pci9_init(void)
idma_reg[IDMA_CHAN].idmr = 0; /* mask all IDMA interrupts */
idma_reg[IDMA_CHAN].idsr = 0xff; /* clear all event flags */

printk("<4>Using IDMA%d for MPC8260 device erratum PCI 9 workaround\n",
printk(KERN_WARNING
"Using IDMA%d for MPC8260 device erratum PCI 9 workaround\n",
IDMA_CHAN + 1);

return;
Expand Down

0 comments on commit f971653

Please sign in to comment.