* - kconfiginstrumentation-sourcing-missing-on-i386-and-x86_64.patch removed from -mm tree
@ 2007-10-24 21:41 akpm
0 siblings, 0 replies; only message in thread
From: akpm @ 2007-10-24 21:41 UTC (permalink / raw)
To: mathieu.desnoyers, mingo, tglx, mm-commits
The patch titled
Kconfig.instrumentation sourcing missing on i386 and x86_64
has been removed from the -mm tree. Its filename was
kconfiginstrumentation-sourcing-missing-on-i386-and-x86_64.patch
This patch was dropped because it was merged into mainline or a subsystem tree
------------------------------------------------------
Subject: Kconfig.instrumentation sourcing missing on i386 and x86_64
From: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
The same happened on i386 and x86_64. I guess some bits from the
combine-instrumentation-menus-in-kernel-kconfiginstrumentation.patch
were lost during the mainline merge.
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
arch/i386/Kconfig | 2 ++
arch/x86_64/Kconfig | 2 ++
2 files changed, 4 insertions(+)
diff -puN arch/i386/Kconfig~kconfiginstrumentation-sourcing-missing-on-i386-and-x86_64 arch/i386/Kconfig
--- a/arch/i386/Kconfig~kconfiginstrumentation-sourcing-missing-on-i386-and-x86_64
+++ a/arch/i386/Kconfig
@@ -1258,6 +1258,8 @@ source "drivers/Kconfig"
source "fs/Kconfig"
+source "kernel/Kconfig.instrumentation"
+
source "arch/i386/Kconfig.debug"
source "security/Kconfig"
diff -puN arch/x86_64/Kconfig~kconfiginstrumentation-sourcing-missing-on-i386-and-x86_64 arch/x86_64/Kconfig
--- a/arch/x86_64/Kconfig~kconfiginstrumentation-sourcing-missing-on-i386-and-x86_64
+++ a/arch/x86_64/Kconfig
@@ -833,6 +833,8 @@ source "drivers/firmware/Kconfig"
source fs/Kconfig
+source "kernel/Kconfig.instrumentation"
+
source "arch/x86_64/Kconfig.debug"
source "security/Kconfig"
_
Patches currently in -mm which might be from mathieu.desnoyers@polymtl.ca are
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-10-24 21:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-24 21:41 - kconfiginstrumentation-sourcing-missing-on-i386-and-x86_64.patch removed from -mm tree akpm
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.