[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20091003023038.GA28521@basil.fritz.box>
Date: Sat, 3 Oct 2009 04:30:38 +0200
From: Andi Kleen <andi@...stfloor.org>
To: jcm@...masters.org, akpm@...l.org, linux-kernel@...r.kernel.org
Subject: [PATCH] [NEXT] Remove "default m" from hardware latency detector
Noticed this while doing make oldconfig on today's linux-next
default ms are usually wrong.
---
No reason at all why this should be default anything except n.
Signed-off-by: Andi Kleen <ak@...ux.intel.com>
---
drivers/misc/Kconfig | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 040765f..fe60d8d 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -80,7 +80,6 @@ config HWLAT_DETECTOR
tristate "Testing module to detect hardware-induced latencies"
depends on DEBUG_FS
depends on RING_BUFFER
- default m
---help---
A simple hardware latency detector. Use this module to detect
large latencies introduced by the behavior of the underlying
--
1.6.0.2
--
ak@...ux.intel.com -- Speaking for myself only.
--
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