Loading
s390: provide arch_test_bit_acquire() for architecture s390
hulk inclusion category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/IB5UKT -------------------------------- Architecture s390 did not define arch_test_bit_acquire() implementation, thus the compilation will fail. This patch has carried the function implementation to fix this problem. The mainline patch to fix this problem is d6ffe606 ("provide arch_test_bit_acquire for architectures that define test_bit"), but due to a large adaptation conflicts, we came up with a patch of own. Fixes: 8238b457 ("wait_on_bit: add an acquire memory barrier") Signed-off-by:Zizhi Wo <wozizhi@huawei.com> Signed-off-by:
Baokun Li <libaokun1@huawei.com>