]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - 6/lib/libc/arm/gen/_ctx_start.S
merge fix for boot-time hang on centos' xen
[FreeBSD/FreeBSD.git] / 6 / lib / libc / arm / gen / _ctx_start.S
1 #include <machine/asm.h>
2
3 .ident  "$FreeBSD$"
4 ENTRY(_ctx_start)
5         mov     lr, pc
6         mov     pc, r4
7         mov     r0, r5
8         bl      _C_LABEL(ctx_done)
9         bl      _C_LABEL(abort)