Fix the compile. Band-aid until it is worked out how to use the context
switch api on ppc.
This commit is contained in:
parent
ed1819a480
commit
806e204058
@ -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");
|
||||
}
|
||||
|
||||
|
@ -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");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user