blob: 5b86163913038df3ba4bfffc0903c1c4d698689b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
https://review.coreboot.org/c/coreboot/+/89005
Bug: https://bugs.gentoo.org/961917
--- a/util/inteltool/cpu.c
+++ b/util/inteltool/cpu.c
@@ -53,7 +53,7 @@
return ret;
}
-inline cpuid_result_t cpuid_ext(int op, unsigned int ecx)
+inline static cpuid_result_t cpuid_ext(int op, unsigned int ecx)
{
cpuid_result_t result;
|