[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-id: <1339469065.158161429666171126.JavaMail.weblogic@epmlwas02a>
Date: Wed, 22 Apr 2015 01:29:31 +0000 (GMT)
From: Eunbong Song <eunb.song@...sung.com>
To: Sasha Levin <sasha.levin@...cle.com>
Cc: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: [Resend] [PATCH] tools/liblockdep: Fix compilation error.
Currently, liblockdep has compilation error.
This causes from lockdep.c code changes.
This patch fixes compilation error.
Signed-off-by: Eunbong Song <eunb.song@...sung.com>
---
tools/lib/lockdep/uinclude/linux/kernel.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/tools/lib/lockdep/uinclude/linux/kernel.h b/tools/lib/lockdep/uinclude/linux/kernel.h
index a11e3c3..cd2cc59 100644
--- a/tools/lib/lockdep/uinclude/linux/kernel.h
+++ b/tools/lib/lockdep/uinclude/linux/kernel.h
@@ -28,6 +28,9 @@
#define __init
#define noinline
#define list_add_tail_rcu list_add_tail
+#define list_for_each_entry_rcu list_for_each_entry
+#define barrier()
+#define synchronize_sched()
#ifndef CALLER_ADDR0
#define CALLER_ADDR0 ((unsigned long)__builtin_return_address(0))
--
1.7.0.1
Powered by blists - more mailing lists