arch/x86: Make sure PCI mmio is initialized before page tables The page table initialization needs a populated PCI MMIO configuration, and that is lazy-evaluated. We aren't guaranteed that a driver already hit that path, so be sure to call it explicitly. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>