diff options
Diffstat (limited to 'arch/x86/boot/compressed/misc.h')
-rw-r--r-- | arch/x86/boot/compressed/misc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/boot/compressed/misc.h b/arch/x86/boot/compressed/misc.h index 9077af7fd0b8..0782eb0b6e30 100644 --- a/arch/x86/boot/compressed/misc.h +++ b/arch/x86/boot/compressed/misc.h | |||
@@ -52,6 +52,8 @@ unsigned char *choose_kernel_location(unsigned char *input, | |||
52 | unsigned long input_size, | 52 | unsigned long input_size, |
53 | unsigned char *output, | 53 | unsigned char *output, |
54 | unsigned long output_size); | 54 | unsigned long output_size); |
55 | /* cpuflags.c */ | ||
56 | bool has_cpuflag(int flag); | ||
55 | #else | 57 | #else |
56 | static inline | 58 | static inline |
57 | unsigned char *choose_kernel_location(unsigned char *input, | 59 | unsigned char *choose_kernel_location(unsigned char *input, |