There are some platforms doesn't support iospace remapping
like MIPS. However, our PCI code will try to remap iospace[...]
unconditionally and reject io resources on these platforms.
So we should remove iospace remapping check and use a range
check instead on these platforms.
Signed-off-by: Jiaxun Yang <jiaxun.yang@xxxxxxxxxxx>