X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=coreboot.git;a=blobdiff_plain;f=src%2Finclude%2Fcpu%2Fx86%2Fsmm.h;fp=src%2Finclude%2Fcpu%2Fx86%2Fsmm.h;h=60959f52f69219885d119cc5b3ba36a6034417fb;hp=c314c3971ac8b0f73f5e133de235de126a2f2cac;hb=3aa067f595115a62afdfc9acc33f08e9c96da850;hpb=6efbebdb58357b8d1aad43f51c91defd452296f6 diff --git a/src/include/cpu/x86/smm.h b/src/include/cpu/x86/smm.h index c314c3971..60959f52f 100644 --- a/src/include/cpu/x86/smm.h +++ b/src/include/cpu/x86/smm.h @@ -280,6 +280,8 @@ void __attribute__((weak)) southbridge_smi_handler(unsigned int node, smm_state_ void __attribute__((weak)) mainboard_smi_gpi(u16 gpi_sts); int __attribute__((weak)) mainboard_apm_cnt(u8 data); +#if !CONFIG_SMM_TSEG void smi_release_lock(void); +#endif #endif