Subversion Repositories Kolibri OS

Rev

Rev 6084 | Rev 6935 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6084 Rev 6296
Line 38... Line 38...
38
#define  __EXEC_OBJECT_NEEDS_MAP (1<<29)
38
#define  __EXEC_OBJECT_NEEDS_MAP (1<<29)
39
#define  __EXEC_OBJECT_NEEDS_BIAS (1<<28)
39
#define  __EXEC_OBJECT_NEEDS_BIAS (1<<28)
Line 40... Line 40...
40
 
40
 
Line 41... Line -...
41
#define BATCH_OFFSET_BIAS (256*1024)
-
 
42
 
-
 
43
static unsigned long
-
 
44
copy_from_user(void *to, const void __user *from, unsigned long n)
-
 
45
{
-
 
46
    memcpy(to, from, n);
-
 
47
    return 0;
-
 
48
}
41
#define BATCH_OFFSET_BIAS (256*1024)
49
 
42
 
50
struct eb_vmas {
43
struct eb_vmas {
51
	struct list_head vmas;
44
	struct list_head vmas;
52
	int and;
45
	int and;