Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76074
b: refs/heads/master
c: a7f5bf9
h: refs/heads/master
v: v3
  • Loading branch information
Haavard Skinnemoen committed Jan 25, 2008
1 parent 1189488 commit d82a59f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 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: 9e4e980b027c892b02a73d6ea0d01c197b818a32
refs/heads/master: a7f5bf9b95ace39cd8b61e8c9ca1035966779ed1
2 changes: 2 additions & 0 deletions trunk/arch/avr32/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,8 @@ source "drivers/Kconfig"

source "fs/Kconfig"

source "kernel/Kconfig.instrumentation"

source "arch/avr32/Kconfig.debug"

source "security/Kconfig"
Expand Down
10 changes: 0 additions & 10 deletions trunk/arch/avr32/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,4 @@ config TRACE_IRQFLAGS_SUPPORT

source "lib/Kconfig.debug"

config KPROBES
bool "Kprobes"
depends on DEBUG_KERNEL
help
Kprobes allows you to trap at almost any kernel address and
execute a callback function. register_kprobe() establishes
a probepoint and specifies the callback. Kprobes is useful
for kernel debugging, non-intrusive instrumentation and testing.
If in doubt, say "N".

endmenu

0 comments on commit d82a59f

Please sign in to comment.