Fix a typo introduced in the previous commit.
This commit is contained in:
parent
6d588589c2
commit
c6aec7cf48
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=438273
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
#include "r0drv/mp-r0drv.h"
|
||||
|
||||
+#if __FreeBSD_version < 1200028
|
||||
+#define smp_no_rendezvous_barrier smp_no_redevous_barrier
|
||||
+#define smp_no_rendezvous_barrier smp_no_rendevous_barrier
|
||||
+#endif
|
||||
|
||||
RTDECL(RTCPUID) RTMpCpuId(void)
|
||||
|
|
Loading…
Reference in a new issue