]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - arch/arm64/include/asm/spinlock.h
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
[mirror_ubuntu-focal-kernel.git] / arch / arm64 / include / asm / spinlock.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Copyright (C) 2012 ARM Ltd.
4 */
5 #ifndef __ASM_SPINLOCK_H
6 #define __ASM_SPINLOCK_H
7
8 #include <asm/qrwlock.h>
9 #include <asm/qspinlock.h>
10
11 /* See include/linux/spinlock.h */
12 #define smp_mb__after_spinlock() smp_mb()
13
14 #endif /* __ASM_SPINLOCK_H */