delete free_list_lock

This commit is contained in:
Tomoki Shirasawa
2015-12-28 11:31:42 +09:00
parent d00ea61d1a
commit edc275ce4f
2 changed files with 90 additions and 73 deletions

View File

@@ -39,7 +39,7 @@ extern ihk_spinlock_t cpu_status_lock;
struct cpu_local_var {
/* malloc */
struct malloc_header free_list;
ihk_spinlock_t free_list_lock;
struct malloc_header *remote_free_list;
struct thread idle;
struct process idle_proc;