Commit 803cb95e authored by Alexander Kartashov's avatar Alexander Kartashov Committed by Pavel Emelyanov

arm: added architecture-specific implementation of __cr_restore_rt

Signed-off-by: 's avatarAlexander Kartashov <alekskartashov@parallels.com>
Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent f904bc11
......@@ -50,3 +50,7 @@
bx %lr
END(\name)
.endm
ENTRY(__cr_restore_rt)
do_sys __NR_rt_sigreturn
END(__cr_restore_rt)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment