commit | c87a85177e7a7f9a9ee32893fb99a928e02fe23a | [log] [tgz] |
---|---|---|
author | Andy Lutomirski <luto@kernel.org> | Fri May 27 13:08:59 2016 -0700 |
committer | Kees Cook <keescook@chromium.org> | Tue Jun 14 10:54:39 2016 -0700 |
tree | f12f5fd3475ae8e12a4b209e7cb517b363ec864a | |
parent | 2f275de5d1ed7269913ef9b4c64a13952c0a38e8 [diff] |
x86/entry: Get rid of two-phase syscall entry work I added two-phase syscall entry work back when the entry slow path was very slow. Nowadays, the entry slow path is fast and two-phase entry work serves no purpose. Remove it. Signed-off-by: Andy Lutomirski <luto@kernel.org> Signed-off-by: Kees Cook <keescook@chromium.org>