Ignore:
Timestamp:
Jul 25, 2012, 10:31:13 AM (12 years ago)
Author:
karaoui
Message:

removing the parametre variable PTE2_MAX from giet_config.
Now we compute dynamically the second table size from the length of the vobj.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_config.h

    r175 r180  
    3434#define GIET_NB_TASKS_MAX       4           /* max number of tasks per processor */
    3535#define GIET_NB_VSPACE_MAX      4           /* max number of virtual spaces */
    36 #define GIET_NB_PT2_MAX         16          /* max number of level 2 page tables per vspace */
    3736#define GIET_TICK_VALUE     16384   /* context switch period (number of cycles) */
    3837#define GIET_IOMMU_ACTIVE   0           /* The IOMMU vspace is defined */
Note: See TracChangeset for help on using the changeset viewer.