From: Seiji Aguchi Date: Wed, 30 Oct 2013 20:37:00 +0000 (-0400) Subject: x86, trace: Register exception handler to trace IDT X-Git-Tag: v3.13-rc1~92^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25c74b10bacead867478480170083f69cfc0db48;p=pandora-kernel.git x86, trace: Register exception handler to trace IDT This patch registers exception handlers for tracing to a trace IDT. To implemented it in set_intr_gate(), this patch does followings. - Register the exception handlers to the trace IDT by prepending "trace_" to the handler's names. - Also, newly introduce trace_page_fault() to add tracepoints in a subsequent patch. Signed-off-by: Seiji Aguchi Link: http://lkml.kernel.org/r/52716DEC.5050204@hds.com Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed