Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[deliverable/linux.git] / arch / x86 / realmode / rm / trampoline_common.S
1 .section ".rodata","a"
2 .balign 16
3 tr_idt: .fill 1, 6, 0
4
5 .bss
6 .balign 4
7 GLOBAL(trampoline_status) .space 4
This page took 0.04903 seconds and 6 git commands to generate.