]> git.baikalelectronics.ru Git - kernel.git/commit
amd64: get rid of useless RESTORE_TOP_OF_STACK in stub_execve()
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 12 Nov 2012 19:19:03 +0000 (14:19 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 3 Feb 2013 23:16:23 +0000 (18:16 -0500)
commitca494578960a3add65719db795b555081a61b535
tree21ff73c313080dac6da07f2a5f9c5dbf5d4d983f
parentffbaf673c428e5e6886d8727415c229b91d91e50
amd64: get rid of useless RESTORE_TOP_OF_STACK in stub_execve()

we are not going to return via SYSRET anyway.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/x86/kernel/entry_64.S