1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-30 00:00:15 +01:00
libhermit/hermit/kernel
daniel-k 2b02744e0a kernel/tasks: fix minor bug in check_scheduling()
If the prio_bitmap is 0, msb() will return 64 which will be greater
than the current priority in any case. While this was a bug, it only
triggered a useless rescheduling and didn't affect correctness.
2016-09-02 20:06:41 +02:00
..
main.c hermit/kernel: implement signal handling for communication between tasks 2016-09-02 12:17:39 +02:00
Makefile hermit/kernel: implement signal handling for communication between tasks 2016-09-02 12:17:39 +02:00
signal.c hermit/kernel: implement signal handling for communication between tasks 2016-09-02 12:17:39 +02:00
syscall.c kernel/syscall: make lwip lock irq-safe 2016-09-02 18:02:04 +02:00
tasks.c kernel/tasks: fix minor bug in check_scheduling() 2016-09-02 20:06:41 +02:00
timer.c add empty system calls to link MPI applications 2016-01-22 04:41:49 +01:00