Ignore:
Timestamp:
Jun 3, 2013, 5:28:47 PM (11 years ago)
Author:
joannou
Message:

Bug fix for scheduler handling :

  • In boot_init.c, changed left shifts of 10 to left shifts of 12 to support 4K schedulers instead of 1K schedulers
  • In common.c, updated _get_sched() function to return the content of CP0_SCHED register
File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_config.h

    r238 r240  
    1515/* Debug parameters */
    1616
    17 #define BOOT_DEBUG_PERI          1                      /* trace peripherals initialisation */
    18 #define BOOT_DEBUG_PT                1                  /* trace page tables initialisation */
    19 #define BOOT_DEBUG_VOBJS             1                  /* trace vobjs initialisation */
    20 #define BOOT_DEBUG_SCHED             1                  /* trace schedulers initialisation */
     17#define BOOT_DEBUG_PERI          0                      /* trace peripherals initialisation */
     18#define BOOT_DEBUG_PT                0                  /* trace page tables initialisation */
     19#define BOOT_DEBUG_VOBJS             0                  /* trace vobjs initialisation */
     20#define BOOT_DEBUG_SCHED             0                  /* trace schedulers initialisation */
    2121
    2222#define GIET_DEBUG_INIT              0                  /* trace parallel kernel initialisation */
Note: See TracChangeset for help on using the changeset viewer.