aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2022-07-28 17:29:51 +1000
committerStephen Rothwell <sfr@canb.auug.org.au>2022-07-28 17:29:51 +1000
commit429b8ae29ad25d693e9113601a4bc48d35ea7a5c (patch)
tree60b51ec4e01b9f2bca81d051edc82221be0e698f /tools
parent5e46b72ee70f48e9c9e79ee1d8db95b7e3d5b96e (diff)
parent69cb69ea55420388b444ee30b1530ec15ab584f7 (diff)
Merge branch 'main' of git://git.infradead.org/users/willy/xarray.git
Diffstat (limited to 'tools')
-rw-r--r--tools/include/linux/sched/mm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/include/linux/sched/mm.h b/tools/include/linux/sched/mm.h
index c8d9f19c1f35..967294b8edcf 100644
--- a/tools/include/linux/sched/mm.h
+++ b/tools/include/linux/sched/mm.h
@@ -1,4 +1,6 @@
#ifndef _TOOLS_PERF_LINUX_SCHED_MM_H
#define _TOOLS_PERF_LINUX_SCHED_MM_H
+#define might_alloc(gfp) do { } while (0)
+
#endif /* _TOOLS_PERF_LINUX_SCHED_MM_H */