]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - arch/powerpc/kernel/vdso32/vdso32_wrapper.S
Merge remote-tracking branches 'spi/topic/s3c64xx', 'spi/topic/sc18is602', 'spi/topic...
[mirror_ubuntu-jammy-kernel.git] / arch / powerpc / kernel / vdso32 / vdso32_wrapper.S
CommitLineData
abe1ee3a 1#include <linux/linkage.h>
1da177e4
LT
2#include <asm/page.h>
3
abe1ee3a 4 __PAGE_ALIGNED_DATA
1da177e4
LT
5
6 .globl vdso32_start, vdso32_end
7 .balign PAGE_SIZE
8vdso32_start:
24b659a1 9 .incbin "arch/powerpc/kernel/vdso32/vdso32.so.dbg"
1da177e4
LT
10 .balign PAGE_SIZE
11vdso32_end:
12
13 .previous