aboutsummaryrefslogtreecommitdiff
path: root/arch/um/sys-x86_64/bugs.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/um/sys-x86_64/bugs.c')
-rw-r--r--arch/um/sys-x86_64/bugs.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/arch/um/sys-x86_64/bugs.c b/arch/um/sys-x86_64/bugs.c
deleted file mode 100644
index 09547889037..00000000000
--- a/arch/um/sys-x86_64/bugs.c
+++ /dev/null
@@ -1,20 +0,0 @@
-/*
- * Copyright 2003 PathScale, Inc.
- *
- * Licensed under the GPL
- */
-
-#include "sysdep/ptrace.h"
-
-void arch_init_thread(void)
-{
-}
-
-void arch_check_bugs(void)
-{
-}
-
-int arch_handle_signal(int sig, union uml_pt_regs *regs)
-{
- return 0;
-}