linux/compiler.h: Define __cold

Update #3277.
This commit is contained in:
Sebastian Huber 2017-11-02 14:29:57 +01:00
parent 22538146a5
commit fe05886a55

View File

@ -42,6 +42,7 @@
#define __iomem
#define __chk_user_ptr(x) 0
#define __chk_io_ptr(x) 0
#define __cold __attribute__((__cold__))
#define __builtin_warning(x, y...) (1)
#define __acquires(x)
#define __releases(x)