diff options
Diffstat (limited to 'arch/x86/boot/cpuflags.c')
-rw-r--r-- | arch/x86/boot/cpuflags.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/boot/cpuflags.c b/arch/x86/boot/cpuflags.c index b02544a2bce0..a9fcb7cfb241 100644 --- a/arch/x86/boot/cpuflags.c +++ b/arch/x86/boot/cpuflags.c | |||
@@ -65,7 +65,7 @@ static inline void cpuid(u32 id, u32 *a, u32 *b, u32 *c, u32 *d) | |||
65 | ); | 65 | ); |
66 | } | 66 | } |
67 | 67 | ||
68 | void get_flags(void) | 68 | void get_cpuflags(void) |
69 | { | 69 | { |
70 | u32 max_intel_level, max_amd_level; | 70 | u32 max_intel_level, max_amd_level; |
71 | u32 tfms; | 71 | u32 tfms; |