diff options
author | Ingo Molnar <mingo@kernel.org> | 2015-06-07 16:35:27 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2015-06-07 16:35:27 +0300 |
commit | c2f9b0af8bb4b2a5c020ae88efc9a624f59a7080 (patch) | |
tree | 142041dd61132d487c2afddc8db32b350ee181ee /arch/x86/include/asm/trace | |
parent | c8e56d20f2d190d54c0615775dcb6a23c1091681 (diff) | |
parent | 243d657eaf540db882f73497060da5a4f7d86a90 (diff) | |
download | linux-c2f9b0af8bb4b2a5c020ae88efc9a624f59a7080.tar.xz |
Merge branch 'x86/ras' into x86/core, to fix conflicts
Conflicts:
arch/x86/include/asm/irq_vectors.h
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/include/asm/trace')
-rw-r--r-- | arch/x86/include/asm/trace/irq_vectors.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/x86/include/asm/trace/irq_vectors.h b/arch/x86/include/asm/trace/irq_vectors.h index 4cab890007a7..38a09a13a9bc 100644 --- a/arch/x86/include/asm/trace/irq_vectors.h +++ b/arch/x86/include/asm/trace/irq_vectors.h @@ -101,6 +101,12 @@ DEFINE_IRQ_VECTOR_EVENT(call_function_single); DEFINE_IRQ_VECTOR_EVENT(threshold_apic); /* + * deferred_error_apic - called when entering/exiting a deferred apic interrupt + * vector handler + */ +DEFINE_IRQ_VECTOR_EVENT(deferred_error_apic); + +/* * thermal_apic - called when entering/exiting a thermal apic interrupt * vector handler */ |