The patch titled
     restore ARMv6 OProfile support
has been added to the -mm tree.  Its filename is
     restore-armv6-oprofile-support.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

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

Reply via email to