Fixed the problem that mm0 would read registers from actual MR0

instead of MR_UNUSED_START.
This commit is contained in:
Bahadir Balban
2008-02-04 19:35:13 +00:00
parent ddba7536cb
commit ca5229ff88
6 changed files with 26 additions and 5 deletions

View File

@@ -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)