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)
commitac7956e2699380b8b10146ec2ba8cbe43a03ff7a
treead2ef9e7c302612a274fab8c4b8bc1f29ace1d88
parent25c74b10bacead867478480170083f69cfc0db48
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 <seiji.aguchi@hds.com>
Link: http://lkml.kernel.org/r/52716E1B.7090205@hds.com
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/include/asm/desc.h