Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jul 2004 02:44:36 +0200
From:      Marc "UBM" Bocklet <ubm@u-boot-man.de>
To:        current@freebsd.org
Subject:   Re: HEADSUP: Native preemption added to the kernel scheduler
Message-ID:  <20040704024436.503257f4.ubm@u-boot-man.de>
In-Reply-To: <40E6D627.3030308@veldy.net>
References:  <200407022021.i62KLi4Y041825@repoman.freebsd.org> <200407021721.52787.jhb@FreeBSD.org> <40E64302.2020700@veldy.net> <20040703053940.GA60840@xor.obsecurity.org> <40E6C201.3000104@veldy.net> <20040703145239.GA9941@troutmask.apl.washington.edu> <40E6D627.3030308@veldy.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 03 Jul 2004 10:52:07 -0500
"Thomas T. Veldhouse" <veldy@veldy.net> wrote:

> 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.

It works fine here on my P4, running current from about 6 hours ago.

I compiled with -O only.

Bye
Marc

-- 
"And what rough beast, its hour come round at last,
Slouches towards Bethlehem to be born?"

W.B. Yeats, The Second Coming



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040704024436.503257f4.ubm>