implement sys_munmap()

This commit is contained in:
NAKAMURA Gou
2013-07-16 19:52:34 +09:00
parent 334662b7fe
commit deb9cd4e75
6 changed files with 254 additions and 87 deletions

View File

@@ -37,6 +37,8 @@ struct cpu_local_var {
int status;
int fs;
struct list_head pending_free_pages;
} __attribute__((aligned(64)));