+38
−0
arch/sw_64/kernel/pci_common.c
deleted100644 → 0
+0
−178
Loading
Sunway inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/IBDJNZ -------------------------------- Our original dma_ops implementation is missing map_resource and several other functions. However, new kernel will check if there are any arch-dependent dma_ops first and ignore missing functions instead of using generic implementation, which has caused bad value returned. After some evaluation, we decide to switch back to generic implementation, which has been taken by most architectures now. Signed-off-by:Xu Yiwei <xuyiwei@wxiat.com> Reviewed-by:
He Sheng <hesheng@wxiat.com> Signed-off-by:
Gu Zitao <guzitao@wxiat.com>