Skip to content

Commit aaf7dc9

Browse files
committed
drivers: timer: apic_tsc: Update native_posix ifdef check
Updates the ifdef check to match renamed board Kconfigs. Signed-off-by: Jamie McCrae <[email protected]>
1 parent dae50bb commit aaf7dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/timer/apic_tsc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ static void clear_tsc_adjust(void)
129129
* confuses the APIC emulation and deadline interrupts don't
130130
* arrive.
131131
*/
132-
#ifndef CONFIG_BOARD_ACRN
132+
#ifndef CONFIG_BOARD_ACRN_EHL_CRB
133133
wrmsr(IA32_TSC_ADJUST_MSR, 0);
134134
#endif
135135
}

0 commit comments

Comments
 (0)