dde_rump: move periodic sync into rump kernel thread

Issue #4459
This commit is contained in:
Christian Prochaska
2022-04-10 02:13:58 +02:00
committed by Christian Helmuth
parent d8211b65a5
commit f91ece78e0
7 changed files with 65 additions and 21 deletions

View File

@@ -1 +1 @@
9afe5679a00a8df0f3c5a9a5838956dc993f1b0a
bb358512dc48cc6c2221de4e3fe105ed0a3ed847

View File

@@ -14,4 +14,4 @@ URL(libc) := https://github.com/justincormack/netbsd-src/trunk/src/common/lib/li
REV(libc) := HEAD
DIR(libc) := src/lib/libc
PATCHES := patches/rump.patch patches/aarch64.patch
PATCHES := patches/rump.patch patches/aarch64.patch patches/sync.patch