From 071106ecf68c401173c58808b1cf5f68cc50d390 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Fri, 05 Jan 2024 08:39:27 +0000
Subject: [PATCH] change wifi driver to cypress
---
kernel/arch/s390/include/asm/atomic_ops.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/kernel/arch/s390/include/asm/atomic_ops.h b/kernel/arch/s390/include/asm/atomic_ops.h
index d3f0952..61467b9 100644
--- a/kernel/arch/s390/include/asm/atomic_ops.h
+++ b/kernel/arch/s390/include/asm/atomic_ops.h
@@ -41,7 +41,7 @@
#undef __ATOMIC_OP
#define __ATOMIC_CONST_OP(op_name, op_type, op_string, op_barrier) \
-static inline void op_name(op_type val, op_type *ptr) \
+static __always_inline void op_name(op_type val, op_type *ptr) \
{ \
asm volatile( \
op_string " %[ptr],%[val]\n" \
--
Gitblit v1.6.2