aboutsummaryrefslogtreecommitdiff
path: root/src/include/cpu/x86/smi_deprecated.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/cpu/x86/smi_deprecated.h')
-rw-r--r--src/include/cpu/x86/smi_deprecated.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/include/cpu/x86/smi_deprecated.h b/src/include/cpu/x86/smi_deprecated.h
index b5d69dd266..fe73d386c9 100644
--- a/src/include/cpu/x86/smi_deprecated.h
+++ b/src/include/cpu/x86/smi_deprecated.h
@@ -37,12 +37,6 @@ typedef struct {
};
} smm_state_save_area_t;
-#if !CONFIG(SMM_TSEG)
-void cpu_smi_handler(unsigned int node, smm_state_save_area_t *state_save);
-void northbridge_smi_handler(unsigned int node, smm_state_save_area_t *state_save);
-void southbridge_smi_handler(unsigned int node, smm_state_save_area_t *state_save);
-#endif
-
#if CONFIG(PARALLEL_MP) || !CONFIG(HAVE_SMI_HANDLER)
/* Empty stubs for platforms without SMI handlers. */
static inline void smm_init(void) { }