diff options
author | Helge Deller <deller@gmx.de> | 2016-04-01 22:40:53 +0200 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2016-05-22 21:39:13 +0200 |
commit | 64e2a42bca12e408f0258c56adcf3595bcd116e7 (patch) | |
tree | e5eebe549a2ad377e5fc91dae35c052a4747689c /arch/parisc/Kconfig | |
parent | d2ad824f4bb8d146ea6e5f440dddb30b9ccfd98c (diff) | |
download | lwn-64e2a42bca12e408f0258c56adcf3595bcd116e7.tar.gz lwn-64e2a42bca12e408f0258c56adcf3595bcd116e7.zip |
parisc: Add ARCH_TRACEHOOK and regset support
By adding TRACEHOOK support we now get a clean user interface to access
registers via PTRACE_GETREGS, PTRACE_SETREGS, PTRACE_GETFPREGS and
PTRACE_SETFPREGS.
The user-visible regset struct user_regs_struct and user_fp_struct are
modelled similiar to x86 and can be accessed via PTRACE_GETREGSET.
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/Kconfig')
-rw-r--r-- | arch/parisc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index 9589511e9c95..6c68c23dd7c2 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig @@ -32,6 +32,7 @@ config PARISC select HAVE_DEBUG_STACKOVERFLOW select HAVE_ARCH_AUDITSYSCALL select HAVE_ARCH_SECCOMP_FILTER + select HAVE_ARCH_TRACEHOOK select ARCH_NO_COHERENT_DMA_MMAP select CPU_NO_EFFICIENT_FFS |