summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed/cpuflags.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/boot/compressed/cpuflags.c')
-rw-r--r--arch/x86/boot/compressed/cpuflags.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/boot/compressed/cpuflags.c b/arch/x86/boot/compressed/cpuflags.c
index 931cba6a4bb0..aa313466118b 100644
--- a/arch/x86/boot/compressed/cpuflags.c
+++ b/arch/x86/boot/compressed/cpuflags.c
@@ -4,7 +4,7 @@
bool has_cpuflag(int flag)
{
- get_flags();
+ get_cpuflags();
return test_bit(flag, cpu.flags);
}