Changeset 279 for trunk/hal/tsar_mips32/core/hal_ppm.c
- Timestamp:
- Jul 27, 2017, 12:23:29 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/tsar_mips32/core/hal_ppm.c
r107 r279 39 39 // - the 64 bits XPTR value is identical to the 64 bits PADDR value. 40 40 // The pages_tbl[] is mapped in first free page after kernel code. 41 // There is no other reserved zones than the zone occupied by the kernel code.42 41 ////////////////////////////////////////////////////////////////////////////////////////// 43 44 42 45 43 /////////////////////////////////////////// … … 52 50 uint32_t pages_tbl_offset = info->pages_offset; 53 51 uint32_t rsvd_nr = info->rsvd_nr; 54 55 // check no reserved zones other than kernel code for TSAR56 assert( (rsvd_nr == 0 ) , __FUNCTION__ , "NO reserved zones for TSAR\n" );57 52 58 53 // get pointer on local Physical Page Manager
Note: See TracChangeset
for help on using the changeset viewer.