Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182309
b: refs/heads/master
c: f850c30
h: refs/heads/master
i:
  182307: d009633
v: v3
  • Loading branch information
Heiko Carstens authored and Frederic Weisbecker committed Feb 17, 2010
1 parent ec1b869 commit 29c460c
Show file tree
Hide file tree
Showing 4 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: e7b8e675d9c71b868b66f62f725a948047514719
refs/heads/master: f850c30c8b426ba1688cb63b1a3e534eed03a138
3 changes: 3 additions & 0 deletions trunk/arch/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@ config HAVE_DMA_ATTRS
config USE_GENERIC_SMP_HELPERS
bool

config HAVE_REGS_AND_STACK_ACCESS_API
bool

config HAVE_CLK
bool
help
Expand Down
1 change: 1 addition & 0 deletions trunk/arch/x86/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ config X86
select HAVE_GENERIC_DMA_COHERENT if X86_32
select HAVE_EFFICIENT_UNALIGNED_ACCESS
select USER_STACKTRACE_SUPPORT
select HAVE_REGS_AND_STACK_ACCESS_API
select HAVE_DMA_API_DEBUG
select HAVE_KERNEL_GZIP
select HAVE_KERNEL_BZIP2
Expand Down
2 changes: 1 addition & 1 deletion trunk/kernel/trace/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ config BLK_DEV_IO_TRACE

config KPROBE_EVENT
depends on KPROBES
depends on X86
depends on HAVE_REGS_AND_STACK_ACCESS_API
bool "Enable kprobes-based dynamic events"
select TRACING
default y
Expand Down

0 comments on commit 29c460c

Please sign in to comment.