Linux 6.12-rc1
[linux-2.6-block.git] / arch / arm / lib / testsetbit.S
CommitLineData
d2912cb1 1/* SPDX-License-Identifier: GPL-2.0-only */
1da177e4
LT
2/*
3 * linux/arch/arm/lib/testsetbit.S
4 *
5 * Copyright (C) 1995-1996 Russell King
1da177e4
LT
6 */
7#include <linux/linkage.h>
8#include <asm/assembler.h>
684f970e 9#include "bitops.h"
1da177e4
LT
10 .text
11
c36ef4b1 12testop _test_and_set_bit, orreq, streq
dda5f312
MR
13
14#if __LINUX_ARM_ARCH__ >= 6
15sync_testop _sync_test_and_set_bit, orreq, streq
16#endif