aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-03-10 16:34:43 +0100
committerIngo Molnar <mingo@elte.hu>2009-03-10 16:34:43 +0100
commit8c54436ae9f59146b3d02820a3ebbf71e61f2aee (patch)
tree0ab1a3847809bd7d5f44fc52b1f16fabd953c4bb /arch/powerpc/platforms
parent5ed0cec0ac5f1b3759bdbe4d9df32ee4ff8afb5a (diff)
parent7a203f3b089be4410fe065dd9927027eade94557 (diff)
Merge branches 'sched/cleanups' and 'linus' into sched/core
Diffstat (limited to 'arch/powerpc/platforms')
-rw-r--r--arch/powerpc/platforms/86xx/gef_sbc610.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/86xx/gef_sbc610.c b/arch/powerpc/platforms/86xx/gef_sbc610.c
index fb371f5ce13..d6b772ba3b8 100644
--- a/arch/powerpc/platforms/86xx/gef_sbc610.c
+++ b/arch/powerpc/platforms/86xx/gef_sbc610.c
@@ -142,6 +142,10 @@ static void __init gef_sbc610_nec_fixup(struct pci_dev *pdev)
{
unsigned int val;
+ /* Do not do the fixup on other platforms! */
+ if (!machine_is(gef_sbc610))
+ return;
+
printk(KERN_INFO "Running NEC uPD720101 Fixup\n");
/* Ensure ports 1, 2, 3, 4 & 5 are enabled */