Ignore:
Timestamp:
Sep 18, 2012, 6:38:49 PM (12 years ago)
Author:
karaoui
Message:
  • updating irq_handler.c/drivers.c to support the nex affectations of timers
  • When using an xicu the number of timer is set to 32
File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_config.h

    r215 r216  
    1919#define BOOT_DEBUG_PT           0                       /* trace page tables initialisation on TTY0 */
    2020#define BOOT_DEBUG_VOBJS        0                       /* trace vobjs initialisation on TTY0 */
    21 #define BOOT_DEBUG_SCHED        1                       /* trace schedulers initialisation on TTY0 */
     21#define BOOT_DEBUG_SCHED        0                       /* trace schedulers initialisation on TTY0 */
    2222
    2323#define GIET_DEBUG_INIT         0                       /* trace parallel kernel initialisation on TTY0 */
     
    2929
    3030#define GIET_NB_VSPACE_MAX      64                      /* max number of virtual spaces */
    31 #define GIET_TICK_VALUE     0x4000              /* context switch period (number of cycles) */
     31#define GIET_TICK_VALUE     0x1000              /* context switch period (number of cycles) */
    3232
    3333#endif
Note: See TracChangeset for help on using the changeset viewer.