summaryrefslogtreecommitdiffstats
path: root/arch/x86/um
diff options
context:
space:
mode:
authorRichard Weinberger <richard@nod.at>2018-06-15 16:42:55 +0200
committerRichard Weinberger <richard@nod.at>2018-10-29 22:23:11 +0100
commit3033998bb8cd5a109c3171f4cde62665e3f5ce63 (patch)
treead13e3a0f213e9e28bd891acbbb50efc8087f817 /arch/x86/um
parent0676b957c24bfb6e495449ba7b7e72c5b5d79233 (diff)
downloadlinux-0-day-3033998bb8cd5a109c3171f4cde62665e3f5ce63.tar.gz
linux-0-day-3033998bb8cd5a109c3171f4cde62665e3f5ce63.tar.xz
um: Remove update_debugregs()
This function is nowhere used, let's get rid of it. Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/x86/um')
-rw-r--r--arch/x86/um/shared/sysdep/ptrace_32.h2
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 ae00d22bce02c..db8478a83a097 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;