e02213a4e8
Give MAINTAINERship to submitter, modernize port. PR: 215866 Submitted by:Pavel Volkov (pavelivolkov gmail com) Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D9186
16 lines
361 B
C
16 lines
361 B
C
--- src/runtime/x86-64-bsd-os.c.orig 2016-12-31 08:38:30 UTC
|
|
+++ src/runtime/x86-64-bsd-os.c
|
|
@@ -142,6 +142,13 @@ os_flush_icache(os_vm_address_t address,
|
|
{
|
|
}
|
|
|
|
+#ifdef LISP_FEATURE_SB_THREAD
|
|
+void
|
|
+arch_os_load_ldt(struct thread *thread)
|
|
+{
|
|
+}
|
|
+#endif
|
|
+
|
|
int arch_os_thread_init(struct thread *thread) {
|
|
stack_t sigstack;
|
|
#ifdef LISP_FEATURE_SB_THREAD
|