Add samsung specific changes
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
#include <linux/audit.h>
|
||||
#include <linux/numa.h>
|
||||
#include <linux/scs.h>
|
||||
#include <linux/task_integrity.h>
|
||||
|
||||
#include <linux/uaccess.h>
|
||||
|
||||
@@ -58,11 +57,6 @@ unsigned long init_shadow_call_stack[SCS_SIZE / sizeof(long)]
|
||||
};
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_FIVE
|
||||
static struct task_integrity init_integrity =
|
||||
INIT_TASK_INTEGRITY(init_integrity);
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Set up the first task table, touch at your own risk!. Base=0,
|
||||
* limit=0x1fffff (=2MB)
|
||||
@@ -220,7 +214,6 @@ struct task_struct init_task
|
||||
.android_vendor_data1 = {0, },
|
||||
.android_oem_data1 = {0, },
|
||||
#endif
|
||||
INIT_INTEGRITY(init_task)
|
||||
};
|
||||
EXPORT_SYMBOL(init_task);
|
||||
|
||||
|
Reference in New Issue
Block a user