From 5d1646d90e1f2cceb9f0828f4b28318cd0ec7744 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 12:05:51 +0200 Subject: Adding upstream version 5.10.209. Signed-off-by: Daniel Baumann --- arch/arm/lib/testchangebit.S | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 arch/arm/lib/testchangebit.S (limited to 'arch/arm/lib/testchangebit.S') diff --git a/arch/arm/lib/testchangebit.S b/arch/arm/lib/testchangebit.S new file mode 100644 index 000000000..4ebecc67e --- /dev/null +++ b/arch/arm/lib/testchangebit.S @@ -0,0 +1,12 @@ +/* SPDX-License-Identifier: GPL-2.0-only */ +/* + * linux/arch/arm/lib/testchangebit.S + * + * Copyright (C) 1995-1996 Russell King + */ +#include +#include +#include "bitops.h" + .text + +testop _test_and_change_bit, eor, str -- cgit v1.2.3