Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / arch / s390 / kernel / vdso64 / vdso64_wrapper.S
diff --git a/kernel/arch/s390/kernel/vdso64/vdso64_wrapper.S b/kernel/arch/s390/kernel/vdso64/vdso64_wrapper.S
new file mode 100644 (file)
index 0000000..c245842
--- /dev/null
@@ -0,0 +1,14 @@
+#include <linux/init.h>
+#include <linux/linkage.h>
+#include <asm/page.h>
+
+       __PAGE_ALIGNED_DATA
+
+       .globl vdso64_start, vdso64_end
+       .balign PAGE_SIZE
+vdso64_start:
+       .incbin "arch/s390/kernel/vdso64/vdso64.so"
+       .balign PAGE_SIZE
+vdso64_end:
+
+       .previous