summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2003-08-16 23:15:15 +0000
committermarcel <marcel@FreeBSD.org>2003-08-16 23:15:15 +0000
commit4194d813c1b3ce78f06af0eaef02acb376c94743 (patch)
tree3e216f597b83e643ffda7517069aed8adfa92f6c /sys/sparc64
parent88ab3bade32deddff57c38395d6ae58f9eee2760 (diff)
downloadFreeBSD-src-4194d813c1b3ce78f06af0eaef02acb376c94743.zip
FreeBSD-src-4194d813c1b3ce78f06af0eaef02acb376c94743.tar.gz
In vm_thread_swap{in|out}(), remove the alpha specific conditional
compilation and replace it with a call to cpu_thread_swap{in|out}(). This allows us to add similar code on ia64 without cluttering the code even more.
Diffstat (limited to 'sys/sparc64')
-rw-r--r--sys/sparc64/sparc64/vm_machdep.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/sparc64/sparc64/vm_machdep.c b/sys/sparc64/sparc64/vm_machdep.c
index 884b55f..983e733 100644
--- a/sys/sparc64/sparc64/vm_machdep.c
+++ b/sys/sparc64/sparc64/vm_machdep.c
@@ -145,6 +145,16 @@ cpu_thread_setup(struct thread *td)
}
void
+cpu_thread_swapin(struct thread *td)
+{
+}
+
+void
+cpu_thread_swapout(struct thread *td)
+{
+}
+
+void
cpu_set_upcall(struct thread *td, struct thread *td0)
{
struct trapframe *tf;
OpenPOWER on IntegriCloud