summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2002-09-17 07:49:40 +0000
committerpeter <peter@FreeBSD.org>2002-09-17 07:49:40 +0000
commitc87022d8e379ee444a76e90027fa304ee0f7b1e5 (patch)
tree01d0db23044f69cd80e5d4552ba91e8e46ef9273
parent9e6751d1c379828abd51395d96fb72f7a37ff992 (diff)
downloadFreeBSD-src-c87022d8e379ee444a76e90027fa304ee0f7b1e5.zip
FreeBSD-src-c87022d8e379ee444a76e90027fa304ee0f7b1e5.tar.gz
Add stub function for cpu_set_upcall_kse()
-rw-r--r--sys/alpha/alpha/vm_machdep.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/alpha/alpha/vm_machdep.c b/sys/alpha/alpha/vm_machdep.c
index d46e559..7aa0f6d 100644
--- a/sys/alpha/alpha/vm_machdep.c
+++ b/sys/alpha/alpha/vm_machdep.c
@@ -347,6 +347,13 @@ cpu_set_upcall(struct thread *td, void *pcb)
#endif
}
+void
+cpu_set_upcall_kse(struct thread *td, struct kse *ke)
+{
+
+ /* XXX */
+}
+
#if 0
void
cpu_set_args(struct thread *td, struct kse *ke)
OpenPOWER on IntegriCloud