Implement __is_constexpr() function macro in the LinuxKPI.

Bump the FreeBSD version.

MFC after:	1 week
Sponsored by:	Mellanox Technologies
This commit is contained in:
Hans Petter Selasky
2020-06-02 12:23:04 +00:00
parent ef5f8c18b5
commit d053391cd7
2 changed files with 4 additions and 1 deletions
@@ -561,4 +561,7 @@ linux_ratelimited(linux_ratelimit_t *rl)
((num) > __max) ? SIZE_MAX : (__size + sizeof((ptr)->field[0]) * (num)); \
})
#define __is_constexpr(x) \
__builtin_constant_p(x)
#endif /* _LINUX_KERNEL_H_ */
+1 -1
View File
@@ -60,7 +60,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
#define __FreeBSD_version 1300096 /* Master, propagated to newvers */
#define __FreeBSD_version 1300097 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,