The patch titled
restore ARMv6 OProfile support
has been removed from the -mm tree. Its filename was
restore-armv6-oprofile-support.patch
This patch was dropped because it is obsolete
The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
------------------------------------------------------
Subject: restore ARMv6 OProfile support
From: Adrian Bunk <[EMAIL PROTECTED]>
Restore the ARMv6 OProfile support that was killed by commit
09cadedbdc01f1a4bea1f427d4fb4642eaa19da9.
Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
Cc: Mathieu Desnoyers <[EMAIL PROTECTED]>
Cc: Russell King <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
kernel/Kconfig.instrumentation | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff -puN kernel/Kconfig.instrumentation~restore-armv6-oprofile-support
kernel/Kconfig.instrumentation
--- a/kernel/Kconfig.instrumentation~restore-armv6-oprofile-support
+++ a/kernel/Kconfig.instrumentation
@@ -29,6 +29,21 @@ config OPROFILE
If unsure, say N.
+config OPROFILE_ARMV6
+ bool
+ depends on OPROFILE && ARM && CPU_V6 && !SMP
+ default y
+ select OPROFILE_ARM11_CORE
+
+config OPROFILE_MPCORE
+ bool
+ depends on OPROFILE && ARM && CPU_V6 && SMP
+ default y
+ select OPROFILE_ARM11_CORE
+
+config OPROFILE_ARM11_CORE
+ bool
+
config KPROBES
bool "Kprobes"
depends on KALLSYMS && MODULES && !UML
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
origin.patch
restore-armv6-oprofile-support.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html