Re: The O(1) scheduler breaks UML

Jeff Dike (jdike@karaya.com)
Mon, 14 Jan 2002 14:14:34 -0500


mingo@elte.hu said:
> i'd suggest to find some other solution for UML, besides signals.

You suggest implementing interrupts with something other than signals? What
else is there?

In any case, I stuck a little kludge in _switch_to which checks for pending
SIGIO and, if there is one, hits the incoming process with a SIGIO. This
seems to do the trick.

Jeff

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/