Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[PATCH] [NEXT] Remove "default m" from hardware latency detector

0 views
Skip to first unread message

Andi Kleen

unread,
Oct 2, 2009, 10:31:52 PM10/2/09
to j...@jonmasters.org, ak...@osdl.org, linux-...@vger.kernel.org
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 <a...@linux.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


--
a...@linux.intel.com -- Speaking for myself only.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majo...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

0 new messages