Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141029
b: refs/heads/master
c: 45b9560
h: refs/heads/master
i:
  141027: 0006c14
v: v3
  • Loading branch information
Anton Vorontsov authored and Ingo Molnar committed Mar 23, 2009
1 parent 51ba013 commit e2cf50e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3e1f60b80cafcb5d7e8d3665b35962fbb8fb9efa
refs/heads/master: 45b9560895b07a4a09d55d49235c984db512c5aa
6 changes: 5 additions & 1 deletion trunk/kernel/trace/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e2cf50e

Please sign in to comment.