arm64: add KASAN support
[deliverable/linux.git] / arch / arm64 / kernel / setup.c
index 6bab21f84a9ff38402e70345016ed50ae8e95e30..79df79a2ea618ac96edb18d62b8eec4717f78544 100644 (file)
@@ -54,6 +54,7 @@
 #include <asm/elf.h>
 #include <asm/cpufeature.h>
 #include <asm/cpu_ops.h>
+#include <asm/kasan.h>
 #include <asm/sections.h>
 #include <asm/setup.h>
 #include <asm/smp_plat.h>
@@ -434,6 +435,9 @@ void __init setup_arch(char **cmdline_p)
 
        paging_init();
        relocate_initrd();
+
+       kasan_init();
+
        request_standard_resources();
 
        early_ioremap_reset();
This page took 0.036091 seconds and 5 git commands to generate.