* Added support for both PCMCIA slots (at the same time!) on MPC8xx

* Patch by Rod Boyce, 21 Nov 2002:
  fix PCMCIA on MBX8xx board

* Patch by Pierre Aubert , 21 Nov 2002
  Add CFG_CPM_POST_WORD_ADDR to make the offset of the
  bootmode word in DPRAM configurable
diff --git a/drivers/pci_indirect.c b/drivers/pci_indirect.c
index cb76ef2..08be082 100644
--- a/drivers/pci_indirect.c
+++ b/drivers/pci_indirect.c
@@ -12,6 +12,7 @@
 #include <common.h>
 
 #ifdef CONFIG_PCI
+#ifndef __I386__
 
 #include <asm/processor.h>
 #include <asm/io.h>
@@ -72,3 +73,4 @@
 }
 
 #endif
+#endif