Changeset 65 for trunk/kernel/mm/kcm.c
- Timestamp:
- Jun 26, 2017, 5:26:49 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/mm/kcm.c
r53 r65 80 80 + (index * kcm->block_size) ); 81 81 82 kcm_dmsg("\n[INFO] %s : allocated one block %s / ptr = % x/ page = %x / count = %d\n",83 __FUNCTION__ , kmem_type_str( kcm->type ) , (uint32_t)ptr ,82 kcm_dmsg("\n[INFO] %s : allocated one block %s / ptr = %p / page = %x / count = %d\n", 83 __FUNCTION__ , kmem_type_str( kcm->type ) , ptr , 84 84 (intptr_t)kcm_page , kcm_page->count ); 85 85
Note: See TracChangeset
for help on using the changeset viewer.