x86/mrst/pci: avoid SoC fixups on non-SoC platforms
authorAlan Cox <alan@linux.intel.com>
Mon, 13 Feb 2012 12:59:37 +0000 (12:59 +0000)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Thu, 23 Feb 2012 20:33:27 +0000 (12:33 -0800)
The PCI fixups get executed based upon whether they are linked in. We need
to avoid executing them if we boot a dual SoC/PC type kernel on a PC class
system.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>

No differences found