There are some platforms don't support iospace remapping^ that ^^^^^^^ I/O space?
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>
--
v4: Fix a typo in commit message.