Revert "idle 開始時に free_list の状況を表示する"

This reverts commit ec47968a48.
This commit is contained in:
NAKAMURA Gou
2014-09-17 19:59:27 +09:00
parent f50132bd93
commit d692b57a67
3 changed files with 0 additions and 45 deletions

View File

@ -17,6 +17,5 @@
void *kmalloc(int size, enum ihk_mc_ap_flag flag);
void kfree(void *ptr);
void show_free_list(void);
#endif