CentOS7 spinlock, procfs and vm_munmap support (i.e., Linux kernel 3.10)

This commit is contained in:
Balazs Gerofi
2015-01-20 02:02:46 +09:00
committed by Balazs Gerofi bgerofi@riken.jp
parent d04b5a09bd
commit ed33ee65b2
3 changed files with 144 additions and 108 deletions

View File

@@ -775,7 +775,7 @@ long mcexec_ret_syscall(ihk_os_t os, struct syscall_ret_desc *__user arg)
}
LIST_HEAD(mckernel_exec_files);
spinlock_t mckernel_exec_file_lock = SPIN_LOCK_UNLOCKED;
DEFINE_SPINLOCK(mckernel_exec_file_lock);
struct mckernel_exec_file {