summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim/vm_machdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/aim/vm_machdep.c')
-rw-r--r--sys/powerpc/aim/vm_machdep.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/powerpc/aim/vm_machdep.c b/sys/powerpc/aim/vm_machdep.c
index 1492a07..ce8416a 100644
--- a/sys/powerpc/aim/vm_machdep.c
+++ b/sys/powerpc/aim/vm_machdep.c
@@ -277,7 +277,7 @@ cpu_thread_clean(struct thread *td)
}
void
-cpu_thread_setup(struct thread *td)
+cpu_thread_alloc(struct thread *td)
{
struct pcb *pcb;
@@ -288,6 +288,11 @@ cpu_thread_setup(struct thread *td)
}
void
+cpu_thread_free(struct thread *td)
+{
+}
+
+void
cpu_thread_swapin(struct thread *td)
{
}
OpenPOWER on IntegriCloud