|
@@ -16,6 +16,7 @@
|
|
|
#include <linux/miscdevice.h>
|
|
#include <linux/miscdevice.h>
|
|
|
#include <linux/module.h>
|
|
#include <linux/module.h>
|
|
|
#include <linux/mm.h>
|
|
#include <linux/mm.h>
|
|
|
|
|
+#include <linux/smp_lock.h>
|
|
|
#include <asm/uaccess.h>
|
|
#include <asm/uaccess.h>
|
|
|
#include "mem_user.h"
|
|
#include "mem_user.h"
|
|
|
|
|
|
|
@@ -77,6 +78,7 @@ static int mmapper_mmap(struct file *file, struct vm_area_struct *vma)
|
|
|
|
|
|
|
|
static int mmapper_open(struct inode *inode, struct file *file)
|
|
static int mmapper_open(struct inode *inode, struct file *file)
|
|
|
{
|
|
{
|
|
|
|
|
+ cycle_kernel_lock();
|
|
|
return 0;
|
|
return 0;
|
|
|
}
|
|
}
|
|
|
|
|
|