kernel/include/net/net_seq_lock.h
.. .. @@ -1,7 +1,7 @@ 1 1 #ifndef __NET_NET_SEQ_LOCK_H__ 2 2 #define __NET_NET_SEQ_LOCK_H__ 3 3 4 -#ifdef CONFIG_PREEMPT_RT_BASE4 +#ifdef CONFIG_PREEMPT_RT5 5 # define net_seqlock_t seqlock_t 6 6 # define net_seq_begin(__r) read_seqbegin(__r) 7 7 # define net_seq_retry(__r, __s) read_seqretry(__r, __s)