On Sun, 23 Sep 2001, Roland McGrath wrote:

> I haven't thought through in full detail what your code does.  But I think
> it is dubious in fundamental ways.  I don't understand the rationale behind
> using base_irq_soft* and diddling with osenv_intr_*.

I copied everything direct from oskit itself, and from there I have
these base_irq_sort* things. I was not sure if this was needed for
oskit.

> The osenv_softirq should be implemented entirely in terms of the Mach spl*
> calls.  i.e., disable = splsoftclock, enable = splx(what it was before),
> and for schedule just call setsoftclock after setting your mask (at
> splsoftclock).

Ok, I'll change it according your tips.

wagi

-- 
Daniel Wagner
email: [EMAIL PROTECTED]

GnuPG: 1024D/DCDE890A (public key available on any keyserver)

_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd

Reply via email to