From: Seiji Aguchi Date: Wed, 30 Oct 2013 20:37:47 +0000 (-0400) Subject: x86, trace: Delete __trace_alloc_intr_gate() X-Git-Tag: v3.13-rc1~92^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac7956e2699380b8b10146ec2ba8cbe43a03ff7a;p=pandora-kernel.git x86, trace: Delete __trace_alloc_intr_gate() Currently irq vector handlers for tracing are registered in both set_intr_gate() and __trace_alloc_intr_gate() in alloc_intr_gate(). But, we don't need to do that twice. So, let's delete __trace_alloc_intr_gate(). Signed-off-by: Seiji Aguchi Link: http://lkml.kernel.org/r/52716E1B.7090205@hds.com Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed