diff options
author | Richard Weinberger <richard@nod.at> | 2018-06-15 16:42:55 +0200 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2018-10-29 22:23:11 +0100 |
commit | 3033998bb8cd5a109c3171f4cde62665e3f5ce63 (patch) | |
tree | ad13e3a0f213e9e28bd891acbbb50efc8087f817 | |
parent | um: Drop own definition of PTRACE_SYSEMU/_SINGLESTEP (diff) | |
download | linux-3033998bb8cd5a109c3171f4cde62665e3f5ce63.tar.xz linux-3033998bb8cd5a109c3171f4cde62665e3f5ce63.zip |
um: Remove update_debugregs()
This function is nowhere used, let's get rid of it.
Signed-off-by: Richard Weinberger <richard@nod.at>
-rw-r--r-- | arch/x86/um/shared/sysdep/ptrace_32.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/um/shared/sysdep/ptrace_32.h b/arch/x86/um/shared/sysdep/ptrace_32.h index ae00d22bce02..db8478a83a09 100644 --- a/arch/x86/um/shared/sysdep/ptrace_32.h +++ b/arch/x86/um/shared/sysdep/ptrace_32.h @@ -8,8 +8,6 @@ #define MAX_FP_NR HOST_FPX_SIZE -static inline void update_debugregs(int seq) {} - void set_using_sysemu(int value); int get_using_sysemu(void); extern int sysemu_supported; |