mirror of
https://github.com/drasko/codezero.git
synced 2026-01-15 20:33:16 +01:00
Fixed the problem that mm0 would read registers from actual MR0
instead of MR_UNUSED_START.
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
#include INC_GLUE(memory.h)
|
||||
|
||||
/* Ticks per second, try ticks = 1000 + timeslice = 1 for regressed preemption test. */
|
||||
#define HZ 100
|
||||
#define TASK_TIMESLICE_DEFAULT 20
|
||||
#define HZ 10
|
||||
#define TASK_TIMESLICE_DEFAULT 100
|
||||
/* #define TASK_TIMESLICE_DEFAULT (HZ/100)*/
|
||||
|
||||
static inline struct ktcb *current_task(void)
|
||||
|
||||
Reference in New Issue
Block a user