x86/entry/32: Remove asmlinkage_protect()
authorBrian Gerst <[email protected]>
Thu, 5 May 2016 02:44:38 +0000 (22:44 -0400)
committerIngo Molnar <[email protected]>
Thu, 5 May 2016 06:37:31 +0000 (08:37 +0200)
commit0676b4e0a1940a6b7ae3156bd212ca9032a29c30
tree9eb07f72fe304bef8aff22bc6ea54bfe756c62d7
parent1e17880371f85d3d866962e04ba3567c0654a125
x86/entry/32: Remove asmlinkage_protect()

Now that syscalls are called from C code, which copies the args to
new stack slots instead of overlaying pt_regs, asmlinkage_protect()
is no longer needed.

Signed-off-by: Brian Gerst <[email protected]>
Acked-by: Andy Lutomirski <[email protected]>
Cc: Andy Lutomirski <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Borislav Petkov <[email protected]>
Cc: Denys Vlasenko <[email protected]>
Cc: H. Peter Anvin <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
arch/x86/include/asm/linkage.h