x86/traps: Clean up error exception handler definitions
authorIngo Molnar <mingo@kernel.org>
Thu, 12 Dec 2013 13:46:42 +0000 (14:46 +0100)
committerIngo Molnar <mingo@kernel.org>
Thu, 12 Dec 2013 13:46:42 +0000 (14:46 +0100)
commitd8af4ce490e92adfa123ae79899332bd829903e7
treefe5cc615748f3dd21c68143200f63b9ad68b39cf
parent17b2112f332db7c2bac56926c9e627807bce3615
x86/traps: Clean up error exception handler definitions

So I was reading the exception handler generation code and got a real
headache looking at the unstructured mess that our DO_ERROR*()
generation code is today.

Make it more readable.

Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Link: http://lkml.kernel.org/n/tip-kuabysiykvUJpgus35lhnhvs@git.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/traps.c