Changeset 14 for trunk/kernel/mm/ppm.c
- Timestamp:
- May 3, 2017, 1:23:24 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/mm/ppm.c
r7 r14 23 23 */ 24 24 25 #include < almos_config.h>25 #include <kernel_config.h> 26 26 #include <hal_types.h> 27 27 #include <hal_special.h> … … 159 159 } 160 160 161 #if( CONFIG_PPM_DEBUG )162 ppm_print( ppm , "after reset" );163 #endif164 165 161 // initialize dirty_list as empty 166 162 list_root_init( &ppm->dirty_root ); … … 209 205 ppm_assert_order( ppm ); 210 206 211 kinit_dmsg("\n[INFO] %s : done in cluster %x at cycle %d\n",212 __FUNCTION__ , local_cxy , hal_time_stamp() );213 214 #if( CONFIG_PPM_DEBUG )215 ppm_print( ppm , "after init" );216 #endif217 218 207 } // end ppm_init() 219 208
Note: See TracChangeset
for help on using the changeset viewer.