Loading
sw64: define cpu_relax() as imb()
Sunway inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/IB73UR -------------------------------- Use imb() to implement cpu_relax() which pause the cpu for a very short period of time until all instructions in pipelines are committed. Signed-off-by:Mao Minkai <maominkai@wxiat.com> Reviewed-by:
He Sheng <hesheng@wxiat.com> Signed-off-by:
Gu Zitao <guzitao@wxiat.com>