diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-10-13 05:05:51 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-10-13 05:05:51 -0400 |
commit | accba5f3965d6a9d1bf7c1e1a7995d17e9d521b6 (patch) | |
tree | 8fb40782e79472ed882ff2098d4dd295557278ee /arch/Kconfig | |
parent | 6852fd9b86d05063c6ef49d2e12e061cc7f6a105 (diff) | |
parent | 4480f15b3306f43bbb0310d461142b4e897ca45b (diff) |
Merge branch 'linus' into oprofile-v2
Conflicts:
arch/x86/kernel/apic_32.c
arch/x86/oprofile/nmi_int.c
include/linux/pci_ids.h
Diffstat (limited to 'arch/Kconfig')
-rw-r--r-- | arch/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 2651af48b2e5..0267babe5eb9 100644 --- a/arch/Kconfig +++ b/arch/Kconfig | |||
@@ -73,6 +73,24 @@ config HAVE_KPROBES | |||
73 | config HAVE_KRETPROBES | 73 | config HAVE_KRETPROBES |
74 | def_bool n | 74 | def_bool n |
75 | 75 | ||
76 | # | ||
77 | # An arch should select this if it provides all these things: | ||
78 | # | ||
79 | # task_pt_regs() in asm/processor.h or asm/ptrace.h | ||
80 | # arch_has_single_step() if there is hardware single-step support | ||
81 | # arch_has_block_step() if there is hardware block-step support | ||
82 | # arch_ptrace() and not #define __ARCH_SYS_PTRACE | ||
83 | # compat_arch_ptrace() and #define __ARCH_WANT_COMPAT_SYS_PTRACE | ||
84 | # asm/syscall.h supplying asm-generic/syscall.h interface | ||
85 | # linux/regset.h user_regset interfaces | ||
86 | # CORE_DUMP_USE_REGSET #define'd in linux/elf.h | ||
87 | # TIF_SYSCALL_TRACE calls tracehook_report_syscall_{entry,exit} | ||
88 | # TIF_NOTIFY_RESUME calls tracehook_notify_resume() | ||
89 | # signal delivery calls tracehook_signal_handler() | ||
90 | # | ||
91 | config HAVE_ARCH_TRACEHOOK | ||
92 | def_bool n | ||
93 | |||
76 | config HAVE_DMA_ATTRS | 94 | config HAVE_DMA_ATTRS |
77 | def_bool n | 95 | def_bool n |
78 | 96 | ||