[PATCH 0/3] Misc x86 cleanups

From: Brian Gerst
Date: Wed May 04 2016 - 22:44:56 EST


Here are a few cleanups from the recent x86 entry code rewrite.

[PATCH 1/3] x86: Don't save/restore EFLAGS on task switch
[PATCH 2/3] x86-32: Remove GET_THREAD_INFO from entry code
[PATCH 3/3] x86-32: Remove asmlinkage_protect

arch/x86/entry/entry_32.S | 7 -------
arch/x86/entry/entry_64.S | 3 ---
arch/x86/include/asm/linkage.h | 34 ----------------------------------
arch/x86/include/asm/switch_to.h | 4 +---
4 files changed, 1 insertion(+), 47 deletions(-)