aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-um/processor-x86_64.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-um/processor-x86_64.h')
-rw-r--r--include/asm-um/processor-x86_64.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/asm-um/processor-x86_64.h b/include/asm-um/processor-x86_64.h
index e1e1255a1d3655..10609af376c033 100644
--- a/include/asm-um/processor-x86_64.h
+++ b/include/asm-um/processor-x86_64.h
@@ -28,6 +28,15 @@ extern inline void rep_nop(void)
.debugregs_seq = 0, \
.faultinfo = { 0, 0, 0 } }
+static inline void arch_flush_thread(struct arch_thread *thread)
+{
+}
+
+static inline void arch_copy_thread(struct arch_thread *from,
+ struct arch_thread *to)
+{
+}
+
#include "asm/arch/user.h"
#define current_text_addr() \