LinuxKPI: Define noinline_for_stack compiler attribute

It is identical to noinline and used for documentation reasons.

Required by:	drm-kmod 5.15-lts
Reviewed by:	manu
Differential Revision:	https://reviews.freebsd.org/D39553
This commit is contained in:
Vladimir Kondratyev 2023-04-22 11:29:29 +03:00
parent e5cf9deb61
commit 53d821d651

View File

@ -64,6 +64,7 @@
#undef __always_inline
#define __always_inline inline
#define noinline __noinline
#define noinline_for_stack __noinline
#define ____cacheline_aligned __aligned(CACHE_LINE_SIZE)
#define ____cacheline_aligned_in_smp __aligned(CACHE_LINE_SIZE)
#define fallthrough /* FALLTHROUGH */ do { } while(0)