aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/arm/arm32/lib/testchangebit.S
diff options
context:
space:
mode:
Diffstat (limited to 'xen/arch/arm/arm32/lib/testchangebit.S')
-rw-r--r--xen/arch/arm/arm32/lib/testchangebit.S18
1 files changed, 18 insertions, 0 deletions
diff --git a/xen/arch/arm/arm32/lib/testchangebit.S b/xen/arch/arm/arm32/lib/testchangebit.S
new file mode 100644
index 0000000000..a7f527cd98
--- /dev/null
+++ b/xen/arch/arm/arm32/lib/testchangebit.S
@@ -0,0 +1,18 @@
+/*
+ * linux/arch/arm/lib/testchangebit.S
+ *
+ * Copyright (C) 1995-1996 Russell King
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ */
+#include <xen/config.h>
+
+#include "assembler.h"
+#include "bitops.h"
+ .text
+
+ENTRY(_test_and_change_bit)
+ testop eor, str
+ENDPROC(_test_and_change_bit)