+15
−0
arch/arm64/include/asm/qspinlock.h
0 → 100644
+38
−0
+3
−1
Loading
hulk inclusion category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/I8T8XV CVE: NA ------------------------------------------------- The CNA spinlock is enabled base on 'pv_ops' of pvspinlock, and is only supported on x86_64 now, add support for arm64 without pvspinlock. Signed-off-by:Wei Li <liwei391@huawei.com>