summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/aim/vm_machdep.c
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2007-06-06 06:01:56 +0000
committergrehan <grehan@FreeBSD.org>2007-06-06 06:01:56 +0000
commit806e20405801d995cde4d5c4333df6a431f8cab1 (patch)
treed494b7b831f145eb9c19e059cbb887d9acf6ea9e /sys/powerpc/aim/vm_machdep.c
parented1819a480fd38fafd2eae6ea45e8a15981a7147 (diff)
downloadFreeBSD-src-806e20405801d995cde4d5c4333df6a431f8cab1.zip
FreeBSD-src-806e20405801d995cde4d5c4333df6a431f8cab1.tar.gz
Fix the compile. Band-aid until it is worked out how to use the context
switch api on ppc.
Diffstat (limited to 'sys/powerpc/aim/vm_machdep.c')
-rw-r--r--sys/powerpc/aim/vm_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/aim/vm_machdep.c b/sys/powerpc/aim/vm_machdep.c
index e1bb3d7..1b58c1e 100644
--- a/sys/powerpc/aim/vm_machdep.c
+++ b/sys/powerpc/aim/vm_machdep.c
@@ -197,7 +197,7 @@ void
cpu_throw(struct thread *old, struct thread *new)
{
- cpu_switch(old, new);
+ cpu_switch(old, new, NULL);
panic("cpu_throw() didn't");
}
OpenPOWER on IntegriCloud