git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25c74b1
)
x86, trace: Delete __trace_alloc_intr_gate()
author
Seiji Aguchi
<seiji.aguchi@hds.com>
Wed, 30 Oct 2013 20:37:47 +0000
(16:37 -0400)
committer
H. 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>
arch/x86/include/asm/desc.h
patch
|
blob
|
history
diff --cc
arch/x86/include/asm/desc.h
Simple merge