From e2cf50e215157a993106f7da32c5a091289625a3 Mon Sep 17 00:00:00 2001 From: Anton Vorontsov Date: Tue, 24 Mar 2009 01:07:24 +0300 Subject: [PATCH] --- yaml --- r: 141029 b: refs/heads/master c: 45b9560895b07a4a09d55d49235c984db512c5aa h: refs/heads/master i: 141027: 0006c14e7c985a3e75600143cdb518c9fa36c3b0 v: v3 --- [refs] | 2 +- trunk/kernel/trace/Kconfig | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 7829394b3bef..c4da8cde162c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3e1f60b80cafcb5d7e8d3665b35962fbb8fb9efa +refs/heads/master: 45b9560895b07a4a09d55d49235c984db512c5aa diff --git a/trunk/kernel/trace/Kconfig b/trunk/kernel/trace/Kconfig index b0a46f889659..8a4d72931042 100644 --- a/trunk/kernel/trace/Kconfig +++ b/trunk/kernel/trace/Kconfig @@ -63,7 +63,11 @@ config TRACING # config TRACING_SUPPORT bool - depends on TRACE_IRQFLAGS_SUPPORT + # PPC32 has no irqflags tracing support, but it can use most of the + # tracers anyway, they were tested to build and work. Note that new + # exceptions to this list aren't welcomed, better implement the + # irqflags tracing for your architecture. + depends on TRACE_IRQFLAGS_SUPPORT || PPC32 depends on STACKTRACE_SUPPORT default y