]> Git Repo - linux.git/blob - arch/powerpc/kernel/vdso64/vdso64_wrapper.S
Input: rmi4 - f30: detect INPUT_PROP_BUTTONPAD from the button count
[linux.git] / arch / powerpc / kernel / vdso64 / vdso64_wrapper.S
1 #include <linux/linkage.h>
2 #include <asm/page.h>
3
4         __PAGE_ALIGNED_DATA
5
6         .globl vdso64_start, vdso64_end
7         .balign PAGE_SIZE
8 vdso64_start:
9         .incbin "arch/powerpc/kernel/vdso64/vdso64.so.dbg"
10         .balign PAGE_SIZE
11 vdso64_end:
12
13         .previous
This page took 0.030605 seconds and 4 git commands to generate.