Blame view

arch/x86/vdso/vdso32.S 473 Bytes
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
1
2
3
  #include <linux/init.h>
  
  __INITDATA
6a52e4b1c   Jeremy Fitzhardinge   x86_64: further c...
4
5
  	.globl vdso32_int80_start, vdso32_int80_end
  vdso32_int80_start:
6c3652efc   Roland McGrath   x86 vDSO: i386 vd...
6
  	.incbin "arch/x86/vdso/vdso32-int80.so"
6a52e4b1c   Jeremy Fitzhardinge   x86_64: further c...
7
8
9
10
11
  vdso32_int80_end:
  
  	.globl vdso32_syscall_start, vdso32_syscall_end
  vdso32_syscall_start:
  #ifdef CONFIG_COMPAT
af65d6484   Roland McGrath   x86 vDSO: consoli...
12
13
  	.incbin "arch/x86/vdso/vdso32-syscall.so"
  #endif
6a52e4b1c   Jeremy Fitzhardinge   x86_64: further c...
14
  vdso32_syscall_end:
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
15

af65d6484   Roland McGrath   x86 vDSO: consoli...
16
17
  	.globl vdso32_sysenter_start, vdso32_sysenter_end
  vdso32_sysenter_start:
6c3652efc   Roland McGrath   x86 vDSO: i386 vd...
18
  	.incbin "arch/x86/vdso/vdso32-sysenter.so"
af65d6484   Roland McGrath   x86 vDSO: consoli...
19
  vdso32_sysenter_end:
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
20
21
  
  __FINIT