From 52409fae3e4b8d16b68b61902fc09075cd97b75d Mon Sep 17 00:00:00 2001 From: Dominik Sliwa Date: Sun, 2 Jul 2017 16:41:37 +0200 Subject: Backports generated from 4.11 kernel Initial commit. Signed-off-by: Dominik Sliwa --- backport-include/linux/gfp.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 backport-include/linux/gfp.h (limited to 'backport-include/linux/gfp.h') diff --git a/backport-include/linux/gfp.h b/backport-include/linux/gfp.h new file mode 100644 index 0000000..b4db7bb --- /dev/null +++ b/backport-include/linux/gfp.h @@ -0,0 +1,13 @@ +#ifndef __BACKPORT_LINUX_GFP_H +#define __BACKPORT_LINUX_GFP_H +#include_next + +#ifndef ___GFP_KSWAPD_RECLAIM +#define ___GFP_KSWAPD_RECLAIM 0x0u +#endif + +#ifndef __GFP_KSWAPD_RECLAIM +#define __GFP_KSWAPD_RECLAIM ((__force gfp_t)___GFP_KSWAPD_RECLAIM) /* kswapd can wake */ +#endif + +#endif /* __BACKPORT_TIMKEEPING_H */ -- cgit v1.2.3