[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <tip-12d83f7361724e5aa4299bb28e4caadc62ae482b@git.kernel.org>
Date: Mon, 5 Jun 2017 02:09:40 -0700
From: "tip-bot for Levin, Alexander (Sasha Levin)" <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: peterz@...radead.org, tglx@...utronix.de,
torvalds@...ux-foundation.org, linux-kernel@...r.kernel.org,
hpa@...or.com, mingo@...nel.org, alexander.levin@...izon.com
Subject: [tip:locking/core] tools/include: Add (mostly) empty
include/linux/sched/mm.h
Commit-ID: 12d83f7361724e5aa4299bb28e4caadc62ae482b
Gitweb: http://git.kernel.org/tip/12d83f7361724e5aa4299bb28e4caadc62ae482b
Author: Levin, Alexander (Sasha Levin) <alexander.levin@...izon.com>
AuthorDate: Thu, 25 May 2017 12:58:52 +0000
Committer: Ingo Molnar <mingo@...nel.org>
CommitDate: Mon, 5 Jun 2017 09:28:11 +0200
tools/include: Add (mostly) empty include/linux/sched/mm.h
Now required by liblockdep.
Signed-off-by: Sasha Levin <alexander.levin@...izon.com>
[ Added header guard. ]
Cc: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Peter Zijlstra <peterz@...radead.org>
Cc: Thomas Gleixner <tglx@...utronix.de>
Cc: a.p.zijlstra@...llo.nl
Cc: ben@...adent.org.uk
Link: http://lkml.kernel.org/r/20170525130005.5947-17-alexander.levin@verizon.com
Signed-off-by: Ingo Molnar <mingo@...nel.org>
---
tools/include/linux/sched/mm.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/tools/include/linux/sched/mm.h b/tools/include/linux/sched/mm.h
new file mode 100644
index 0000000..c8d9f19
--- /dev/null
+++ b/tools/include/linux/sched/mm.h
@@ -0,0 +1,4 @@
+#ifndef _TOOLS_PERF_LINUX_SCHED_MM_H
+#define _TOOLS_PERF_LINUX_SCHED_MM_H
+
+#endif /* _TOOLS_PERF_LINUX_SCHED_MM_H */
Powered by blists - more mailing lists