aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2026-03-28 13:56:24 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2026-05-27 13:45:22 +0000
commit2893bb741b4bb67bde9ee27e5f18ea5715e3f0e9 (patch)
treedc5e62a08fc0764c4ed07ad04519a17d747b472b /sys/i386
parent59d67f2868b17dc6ae897a3afd3ec4d96301e160 (diff)
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/i386/vm_machdep.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/i386/i386/vm_machdep.c b/sys/i386/i386/vm_machdep.c
index bf08f7dd3882..d59d98542241 100644
--- a/sys/i386/i386/vm_machdep.c
+++ b/sys/i386/i386/vm_machdep.c
@@ -372,6 +372,11 @@ cpu_thread_clean(struct thread *td)
void
cpu_thread_alloc(struct thread *td)
{
+}
+
+void
+cpu_thread_new_kstack(struct thread *td)
+{
struct pcb *pcb;
/*