Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / arch / arm / mach-tegra / headsmp.S
diff --git a/kernel/arch/arm/mach-tegra/headsmp.S b/kernel/arch/arm/mach-tegra/headsmp.S
new file mode 100644 (file)
index 0000000..2072e73
--- /dev/null
@@ -0,0 +1,12 @@
+#include <linux/linkage.h>
+#include <linux/init.h>
+
+#include "sleep.h"
+
+        .section ".text.head", "ax"
+
+ENTRY(tegra_secondary_startup)
+        check_cpu_part_num 0xc09, r8, r9
+        bleq    v7_invalidate_l1
+        b       secondary_startup
+ENDPROC(tegra_secondary_startup)