diff options
author | Richard Weinberger <richard@nod.at> | 2018-06-15 10:42:55 -0400 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2018-10-29 17:23:11 -0400 |
commit | 3033998bb8cd5a109c3171f4cde62665e3f5ce63 (patch) | |
tree | ad13e3a0f213e9e28bd891acbbb50efc8087f817 | |
parent | 0676b957c24bfb6e495449ba7b7e72c5b5d79233 (diff) |
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 @@ | |||
8 | 8 | ||
9 | #define MAX_FP_NR HOST_FPX_SIZE | 9 | #define MAX_FP_NR HOST_FPX_SIZE |
10 | 10 | ||
11 | static inline void update_debugregs(int seq) {} | ||
12 | |||
13 | void set_using_sysemu(int value); | 11 | void set_using_sysemu(int value); |
14 | int get_using_sysemu(void); | 12 | int get_using_sysemu(void); |
15 | extern int sysemu_supported; | 13 | extern int sysemu_supported; |