HEADSUP: Native preemption added to the kernel scheduler

Thomas T. Veldhouse veldy at veldy.net
Sat Jul 3 08:52:15 PDT 2004


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
>@@ -1716,7 +1716,7 @@
>        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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 254 bytes
Desc: OpenPGP digital signature
Url : http://lists.freebsd.org/pipermail/cvs-all/attachments/20040703/eaab5eb8/signature.bin


More information about the cvs-all mailing list