3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-11 17:55:54 +00:00

13 lines
267 B
C
Raw Permalink Normal View History

2022-04-02 18:08:56 +05:00
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_CSKY_SPINLOCK_H
#define __ASM_CSKY_SPINLOCK_H
2022-09-13 23:14:27 +05:00
#include <asm/qspinlock.h>
2022-04-02 18:08:56 +05:00
#include <asm/qrwlock.h>
2022-09-13 23:14:27 +05:00
/* See include/linux/spinlock.h */
#define smp_mb__after_spinlock() smp_mb()
2022-04-02 18:08:56 +05:00
#endif /* __ASM_CSKY_SPINLOCK_H */