Changeset 101 for trunk/kernel/mm/kcm.c


Ignore:
Timestamp:
Jun 29, 2017, 4:44:52 PM (7 years ago)
Author:
alain
Message:

euh...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/mm/kcm.c

    r65 r101  
    302302
    303303        kcm_dmsg("\n[INFO] %s : enters for type %s at cycle %d / new page = %x / count = %d\n",
    304                          __FUNCTION__ , kmem_type_str( kcm->type ) , hal_time_stamp() ,
     304                         __FUNCTION__ , kmem_type_str( kcm->type ) , hal_get_cycles() ,
    305305                 (intptr_t)kcm_page , kcm_page->count );
    306306
     
    312312
    313313                kcm_dmsg("\n[INFO] %s : enters for type %s at cycle %d / page = %x / count = %d\n",
    314                          __FUNCTION__ , kmem_type_str( kcm->type ) , hal_time_stamp() , 
     314                         __FUNCTION__ , kmem_type_str( kcm->type ) , hal_get_cycles() , 
    315315                 (intptr_t)kcm_page , kcm_page->count );
    316316        }
Note: See TracChangeset for help on using the changeset viewer.