Ignore:
Timestamp:
Apr 28, 2016, 1:12:26 PM (8 years ago)
Author:
cfuguet
Message:

Add a preprocessor flag which allows to inhibit the use of the
GLOBAL bit in page table entries.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/giet_config.h

    r816 r819  
    6262#define GIET_SR_INIT_VALUE        0x2000FF13   /* SR initial value (before eret) */
    6363#define GIET_USE_HARD_FLOAT       0            /* hard float supported */
     64#define GIET_USE_MMU_GLOBAL_FLAG  0            /* enable the use of the PTE_G flag */
    6465
    6566#endif
Note: See TracChangeset for help on using the changeset viewer.