Re: HEADSUP: Native preemption added to the kernel scheduler

From: Thomas T. Veldhouse <veldy_at_veldy.net>
Date: Sat, 03 Jul 2004 10:52:07 -0500
Steve Kargl wrote:

>Watch for cut-n-paste space problems.
>
>--- sched_ule.c.orig    Sat Jul  3 07:51:02 2004
>+++ sched_ule.c Sat Jul  3 07:51:15 2004
>_at__at_ -1716,7 +1716,7 _at__at_
>        kseq_load_rem(KSEQ_CPU(ke->ke_cpu), ke);
>        kseq_notify(ke, cpu);
>        /* When we return from mi_switch we'll be on the correct cpu. */
>-       mi_switch(SW_VOL);
>+       mi_switch(SW_VOL, NULL);
> #endif
> }
>  
>

No such problem.  I simply added NULL myself, by hand.  It compiles 
fine, but the kernel panics on boot.

Tom Veldhouse


Received on Sat Jul 03 2004 - 13:52:15 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:00 UTC