- More specifically, it is not a real kernel preemption (as in preemption
- happened at any point of kernel, except those marked explicitly).
- In Lunaix, things are designed in an non-preemptive fashion, we implement
- kernel preemption the other way around: only selected kernel functions which,
- of course, with great care of preemptive assumption, will goes into kernel
- thread (which is preemptive!)
- */
-
- set_preemption();