aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/x86/mtrr/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/x86/mtrr/debug.c')
-rw-r--r--src/cpu/x86/mtrr/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/x86/mtrr/debug.c b/src/cpu/x86/mtrr/debug.c
index c562d84941..c430bc1e8f 100644
--- a/src/cpu/x86/mtrr/debug.c
+++ b/src/cpu/x86/mtrr/debug.c
@@ -197,6 +197,6 @@ static void _display_mtrrs(void)
asmlinkage void display_mtrrs(void)
{
- if (IS_ENABLED(CONFIG_DISPLAY_MTRRS))
+ if (CONFIG(DISPLAY_MTRRS))
_display_mtrrs();
}