Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 138547
b: refs/heads/master
c: 01ce8ef
h: refs/heads/master
i:
  138545: cdc7da7
  138543: 96acadf
v: v3
  • Loading branch information
Martyn Welch authored and Kumar Gala committed Mar 19, 2009
1 parent eea62ea commit 1244e8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 563fdd4a0af509d8cb78901750f7d00db345d864
refs/heads/master: 01ce8ef5e8abec5bda5ffdd9088dfa2b66c2a1dc
4 changes: 4 additions & 0 deletions trunk/arch/powerpc/platforms/86xx/gef_sbc310.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@ static void __init gef_sbc310_nec_fixup(struct pci_dev *pdev)
{
unsigned int val;

/* Do not do the fixup on other platforms! */
if (!machine_is(gef_sbc310))
return;

printk(KERN_INFO "Running NEC uPD720101 Fixup\n");

/* Ensure only ports 1 & 2 are enabled */
Expand Down

0 comments on commit 1244e8e

Please sign in to comment.