aboutsummaryrefslogtreecommitdiff
path: root/src/arch/x86/cpu_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/cpu_common.c')
-rw-r--r--src/arch/x86/cpu_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/cpu_common.c b/src/arch/x86/cpu_common.c
index 119122786d..0fd0af016f 100644
--- a/src/arch/x86/cpu_common.c
+++ b/src/arch/x86/cpu_common.c
@@ -49,7 +49,7 @@ int cpu_have_cpuid(void)
}
#endif
-int cpu_cpuid_extended_level(void)
+unsigned int cpu_cpuid_extended_level(void)
{
return cpuid_eax(0x80000000);
}