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