Merge tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git] / arch / powerpc / kernel / vdso32 / vdso32_wrapper.S
blob3f5ef035b0a981459385a36abbcd254ae1f80edd
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #include <linux/linkage.h>
3 #include <asm/page.h>
5         __PAGE_ALIGNED_DATA
7         .globl vdso32_start, vdso32_end
8         .balign PAGE_SIZE
9 vdso32_start:
10         .incbin "arch/powerpc/kernel/vdso32/vdso32.so.dbg"
11         .balign PAGE_SIZE
12 vdso32_end:
14         .previous