f15tn/Include/OptionIdsInstall.h: Remove idle `… || )`
Change-Id: I4aba6cc490ab24c6db345c0c5a64a6a9985ed0ab Signed-off-by: Siyuan Wang <SiYuan.Wang@amd.com> Signed-off-by: Siyuan Wang <wangsiyuanbuaa@gmail.com> Reviewed-on: http://review.coreboot.org/2864 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones <marc.jones@se-eng.com>
This commit is contained in:
parent
70ae9ecb9b
commit
1cc4737c3b
|
@ -82,7 +82,7 @@
|
||||||
#if (IDSOPT_IDS_ENABLED == TRUE)
|
#if (IDSOPT_IDS_ENABLED == TRUE)
|
||||||
#if (IDSOPT_CONTROL_ENABLED == TRUE)
|
#if (IDSOPT_CONTROL_ENABLED == TRUE)
|
||||||
// Check for all families which include HT Features.
|
// Check for all families which include HT Features.
|
||||||
#if ((OPTION_FAMILY10H == TRUE) || (OPTION_FAMILY15H_OR == TRUE) || ) && (AGESA_ENTRY_INIT_POST == TRUE)
|
#if ((OPTION_FAMILY10H == TRUE) || (OPTION_FAMILY15H_OR == TRUE)) && (AGESA_ENTRY_INIT_POST == TRUE)
|
||||||
#undef M_HTIDS_PORT_OVERRIDE_HOOK
|
#undef M_HTIDS_PORT_OVERRIDE_HOOK
|
||||||
#define M_HTIDS_PORT_OVERRIDE_HOOK HtIdsGetPortOverride
|
#define M_HTIDS_PORT_OVERRIDE_HOOK HtIdsGetPortOverride
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue