]> git.baikalelectronics.ru Git - kernel.git/commit
Fix ARM profiling/instrumentation configuration
authorLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 15 Jan 2008 17:23:51 +0000 (09:23 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 15 Jan 2008 17:23:51 +0000 (09:23 -0800)
commitb288c44b7db52ea80ac7343807c98d17cde5818c
tree076d29952ab7d8c6caca21db8b04397d616a68b6
parent12c155d83f5e0d4e406e83bfdec791c62534992a
Fix ARM profiling/instrumentation configuration

Commit 74c2d804096ccf1b195da816fcd4d6eb67af7ff4 ("Combine
instrumentation menus in kernel/Kconfig.instrumentation") broke ARM
profiling support, since ARM has some extra Kconfig options and doesn't
just use the common OPROFILE/KPROBES config options.

Rather than just revert the thing outright, or add ARM-specific
knowledge to the generic Kconfig.instrumentation file (where the only
and whole point was to be generic, not too architecture-specific), this
just makes ARM not use the generic version, since it doesn't suit it.

So create an arm-specific version of Kconfig.instrumentation instead,
and use that.

Acked-by: Ingo Molnar <mingo@elte.hu>
Acked-by: Russell King <rmk+lkml@arm.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/arm/Kconfig
arch/arm/Kconfig.instrumentation [new file with mode: 0644]