Ignore:
Timestamp:
Aug 16, 2012, 2:28:51 PM (12 years ago)
Author:
meunier
Message:

Minor changes on the soft_filter. This version works on tsar (generic_mmu platform)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/softs/soft_filter_giet/ldscript

    r248 r252  
    1010peripherals are not present in the architecture */
    1111
    12 NB_CLUSTERS             = 4;            /* number of clusters */
    13 NB_PROCS                = 4;            /* number of processors per cluster */
    14 NB_TASKS                = 1;            /* number of tasks per processor */
    15 NB_TIMERS               = 1;            /* max number of timers per processor */
    16 NB_LOCKS                = 8;            /* number of spin_locks */
     12NB_CLUSTERS = 4;                /* number of clusters */
     13NB_PROCS    = 4;                /* number of processors per cluster */
     14NB_TASKS    = 1;                /* number of tasks per processor */
     15NB_TIMERS   = 1;                /* max number of timers per processor */
     16NB_LOCKS    = 8;                /* number of spin_locks */
    1717
    1818/* definition of the base address for all segments
Note: See TracChangeset for help on using the changeset viewer.