aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2002-10-04 00:19:58 +0000
committerPeter Wemm <peter@FreeBSD.org>2002-10-04 00:19:58 +0000
commitda2893e7ed44f14da739eac2414b4a810c7327fd (patch)
tree4eef11c85c05b4cd5f8982280a254cdac780d96a
parent1678d0990b3866716529a0eafc603fc7067cfd38 (diff)
downloadsrc-da2893e7ed44f14da739eac2414b4a810c7327fd.tar.gz
src-da2893e7ed44f14da739eac2414b4a810c7327fd.zip
Update stubs for post-kseIII.
Notes
Notes: svn path=/head/; revision=104426
-rw-r--r--sys/ia64/ia64/vm_machdep.c19
1 files changed, 1 insertions, 18 deletions
diff --git a/sys/ia64/ia64/vm_machdep.c b/sys/ia64/ia64/vm_machdep.c
index ec8f7dcda74f..f0cdab092309 100644
--- a/sys/ia64/ia64/vm_machdep.c
+++ b/sys/ia64/ia64/vm_machdep.c
@@ -123,32 +123,15 @@ cpu_thread_setup(struct thread *td)
}
void
-cpu_save_upcall(struct thread *td, struct kse *newkse)
-{
-}
-
-void
cpu_set_upcall(struct thread *td, void *pcb)
{
}
void
-cpu_set_args(struct thread *td, struct kse *ke)
+cpu_set_upcall_kse(struct thread *td, struct kse *ke)
{
}
-void
-cpu_free_kse_mdstorage(struct kse *ke)
-{
-}
-
-int
-cpu_export_context(struct thread *td)
-{
- return (0);
-}
-
-
/*
* Finish a fork operation, with process p2 nearly set up.
* Copy and update the pcb, set up the stack so that the child