[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20071107133945.GA28283@Krystal>
Date: Wed, 7 Nov 2007 08:39:45 -0500
From: Mathieu Desnoyers <mathieu.desnoyers@...ymtl.ca>
To: Haavard Skinnemoen <hskinnemoen@...el.com>
Cc: akpm@...ux-foundation.org, linux-kernel@...r.kernel.org,
Linus Torvalds <torvalds@...ux-foundation.org>,
Sam Ravnborg <sam@...nborg.org>
Subject: [PATCH] Move Kconfig.instrumentation to arch/Kconfig and
init/Kconfig fix
Move Kconfig.instrumentation to arch/Kconfig and init/Kconfig fix
Haavard Skinnemoen <hskinnemoen@...el.com>:
> Index: linux-2.6-lttng/init/Kconfig
> ===================================================================
> --- linux-2.6-lttng.orig/init/Kconfig 2007-11-02 13:16:41.000000000 -0400
> +++ linux-2.6-lttng/init/Kconfig 2007-11-02 13:16:55.000000000 -0400
> @@ -644,6 +644,20 @@ config SLOB
> +source "ltt/Kconfig"
This one seems to be new, and I can't seem to find ltt/Kconfig
anywhere. Wouldn't it be better to move it to a separate patch?
Mathieu Desnoyers <mathieu.desnoyers@...ymtl.ca>:
Yes, it has nothing to do in this patch. I missed this one. This fix should be
folded with "Move Kconfig.instrumentation to arch/Kconfig and init/Kconfig".
Thanks!
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@...ymtl.ca>
CC: Haavard Skinnemoen <hskinnemoen@...el.com>
CC: akpm@...ux-foundation.org
CC: Linus Torvalds <torvalds@...ux-foundation.org>
CC: Sam Ravnborg <sam@...nborg.org>
---
init/Kconfig | 2 --
1 file changed, 2 deletions(-)
Index: linux-2.6-lttng/init/Kconfig
===================================================================
--- linux-2.6-lttng.orig/init/Kconfig 2007-11-07 08:33:55.000000000 -0500
+++ linux-2.6-lttng/init/Kconfig 2007-11-07 08:34:13.000000000 -0500
@@ -656,8 +656,6 @@ config MARKERS
Place an empty function call at each marker site. Can be
dynamically changed for a probe function.
-source "ltt/Kconfig"
-
source "arch/Kconfig"
endmenu # General setup
--
Mathieu Desnoyers
Computer Engineering Ph.D. Student, Ecole Polytechnique de Montreal
OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F BA06 3F25 A8FE 3BAE 9A68
-
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