hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/include/net/net_seq_lock.h
....@@ -1,7 +1,7 @@
11 #ifndef __NET_NET_SEQ_LOCK_H__
22 #define __NET_NET_SEQ_LOCK_H__
33
4
-#ifdef CONFIG_PREEMPT_RT_BASE
4
+#ifdef CONFIG_PREEMPT_RT
55 # define net_seqlock_t seqlock_t
66 # define net_seq_begin(__r) read_seqbegin(__r)
77 # define net_seq_retry(__r, __s) read_seqretry(__r, __s)