[PATCH 12/34] x86/entry/32: Simplify debug entry point

2018-03-05 Thread Joerg Roedel
From: Joerg Roedel The common exception entry code now handles the entry-from-sysenter stack situation and makes sure to leave with the same stack as it entered the kernel. So there is no need anymore for the special handling in the debug entry code. Signed-off-by: Joerg

[PATCH 12/34] x86/entry/32: Simplify debug entry point

2018-03-05 Thread Joerg Roedel
From: Joerg Roedel The common exception entry code now handles the entry-from-sysenter stack situation and makes sure to leave with the same stack as it entered the kernel. So there is no need anymore for the special handling in the debug entry code. Signed-off-by: Joerg Roedel ---