Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / arch / sparc / include / asm / sections.h
diff --git a/kernel/arch/sparc/include/asm/sections.h b/kernel/arch/sparc/include/asm/sections.h
new file mode 100644 (file)
index 0000000..f300d1a
--- /dev/null
@@ -0,0 +1,13 @@
+#ifndef __SPARC_SECTIONS_H
+#define __SPARC_SECTIONS_H
+
+/* nothing to see, move along */
+#include <asm-generic/sections.h>
+
+/* sparc entry point */
+extern char _start[];
+
+extern char __leon_1insn_patch[];
+extern char __leon_1insn_patch_end[];
+
+#endif