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:
hselasky 2020-06-02 12:23:04 +00:00
parent 8c32f0d8ad
commit f27f87cbc2
2 changed files with 4 additions and 1 deletions

View File

@ -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_ */

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,