aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorDorian Snyder <dastin1015@gmail.com>2013-06-12 02:24:45 -0700
committerDorian Snyder <dastin1015@gmail.com>2013-06-20 00:06:04 -0700
commit4b2308ce699b9c599dd6e6acf57ac11f483381d9 (patch)
tree4c31179b06d094887b1c8ca70264cf8f184a5981 /init
parent855d6a6c1f7c54ef073caac3f6c5f9b1ed72eb4d (diff)
downloadkernel_samsung_smdk4412-4b2308ce699b9c599dd6e6acf57ac11f483381d9.zip
kernel_samsung_smdk4412-4b2308ce699b9c599dd6e6acf57ac11f483381d9.tar.gz
kernel_samsung_smdk4412-4b2308ce699b9c599dd6e6acf57ac11f483381d9.tar.bz2
d710: initial support for the Epic 4G Touch (SPH-D710)
Change-Id: Iafbd9fb45253b02d539ac0ba114f57b3bf9eeed4
Diffstat (limited to 'init')
-rw-r--r--init/main.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/init/main.c b/init/main.c
index 5596de7..61a880a 100644
--- a/init/main.c
+++ b/init/main.c
@@ -79,6 +79,12 @@
#include <asm/smp.h>
#endif
+#if defined (CONFIG_MACH_U1_NA_SPR)
+#ifdef CONFIG_SEC_DEBUG
+#include <linux/kernel_sec_common.h>
+#endif
+#endif
+
static int kernel_init(void *);
extern void init_IRQ(void);
@@ -621,6 +627,11 @@ asmlinkage void __init start_kernel(void)
sfi_init_late();
ftrace_init();
+#if defined (CONFIG_MACH_U1_NA_SPR)
+#ifdef CONFIG_SEC_DEBUG
+ kernel_sec_init();
+#endif
+#endif
/* Do the rest non-__init'ed, we're now alive */
rest_init();