[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <b9596d9e4b8ddcdb2e710873fb2086d3370ed9ff.1246002312.git.wuzj@lemote.com>
Date: Fri, 26 Jun 2009 15:47:26 +0800
From: Wu Zhangjin <wuzhangjin@...il.com>
To: LKML <linux-kernel@...r.kernel.org>
Cc: jcm@...hat.com, Wu Zhangjin <wuzj@...ote.com>,
Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...e.hu>
Subject: [PATCH -rt] hwlat_detector: add dependence of RING_BUFFER
From: Wu Zhangjin <wuzj@...ote.com>
driver/misc/hwlat_detector.c needs the ring_buffer_* functions, which
are defined in kernel/trace/ring_buffer.c, so, hwlat_detector is
dependent on RING_BUFFER.
Signed-off-by: Wu Zhangjin <wuzj@...ote.com>
---
drivers/misc/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 174b99e..557cbb1 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -78,7 +78,7 @@ config IBM_ASM
config HWLAT_DETECTOR
tristate "Testing module to detect hardware-induced latencies"
- depends on DEBUG_FS
+ depends on DEBUG_FS && RING_BUFFER
default m
---help---
A simple hardware latency detector. Use this module to detect
--
1.6.0.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists