x86, trace: Delete __trace_alloc_intr_gate()
authorSeiji Aguchi <seiji.aguchi@hds.com>
Wed, 30 Oct 2013 20:37:47 +0000 (16:37 -0400)
committerH. Peter Anvin <hpa@linux.intel.com>
Fri, 8 Nov 2013 22:15:47 +0000 (14:15 -0800)
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 <seiji.aguchi@hds.com>
Link: http://lkml.kernel.org/r/52716E1B.7090205@hds.com
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>

No differences found