diff options
| author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2017-02-26 15:34:42 -0500 |
|---|---|---|
| committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2017-02-26 15:34:42 -0500 |
| commit | 8e22e1b3499a446df48c2b26667ca36c55bf864c (patch) | |
| tree | 5329f98b3eb3c95a9dcbab0fa4f9b6e62f0e788d /arch/x86/include | |
| parent | 00d3c14f14d51babd8aeafd5fa734ccf04f5ca3d (diff) | |
| parent | 64a577196d66b44e37384bc5c4d78c61f59d5b2a (diff) | |
Merge airlied/drm-next into drm-misc-next
Backmerge the main pull request to sync up with all the newly landed
drivers. Otherwise we'll have chaos even before 4.12 started in
earnest.
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Diffstat (limited to 'arch/x86/include')
| -rw-r--r-- | arch/x86/include/asm/microcode.h | 1 | ||||
| -rw-r--r-- | arch/x86/include/asm/processor.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/microcode.h b/arch/x86/include/asm/microcode.h index 38711df3bcb5..2266f864b747 100644 --- a/arch/x86/include/asm/microcode.h +++ b/arch/x86/include/asm/microcode.h | |||
| @@ -140,6 +140,7 @@ extern void __init load_ucode_bsp(void); | |||
| 140 | extern void load_ucode_ap(void); | 140 | extern void load_ucode_ap(void); |
| 141 | void reload_early_microcode(void); | 141 | void reload_early_microcode(void); |
| 142 | extern bool get_builtin_firmware(struct cpio_data *cd, const char *name); | 142 | extern bool get_builtin_firmware(struct cpio_data *cd, const char *name); |
| 143 | extern bool initrd_gone; | ||
| 143 | #else | 144 | #else |
| 144 | static inline int __init microcode_init(void) { return 0; }; | 145 | static inline int __init microcode_init(void) { return 0; }; |
| 145 | static inline void __init load_ucode_bsp(void) { } | 146 | static inline void __init load_ucode_bsp(void) { } |
diff --git a/arch/x86/include/asm/processor.h b/arch/x86/include/asm/processor.h index 1be64da0384e..e6cfe7ba2d65 100644 --- a/arch/x86/include/asm/processor.h +++ b/arch/x86/include/asm/processor.h | |||
| @@ -104,6 +104,7 @@ struct cpuinfo_x86 { | |||
| 104 | __u8 x86_phys_bits; | 104 | __u8 x86_phys_bits; |
| 105 | /* CPUID returned core id bits: */ | 105 | /* CPUID returned core id bits: */ |
| 106 | __u8 x86_coreid_bits; | 106 | __u8 x86_coreid_bits; |
| 107 | __u8 cu_id; | ||
| 107 | /* Max extended CPUID function supported: */ | 108 | /* Max extended CPUID function supported: */ |
| 108 | __u32 extended_cpuid_level; | 109 | __u32 extended_cpuid_level; |
| 109 | /* Maximum supported CPUID level, -1=no CPUID: */ | 110 | /* Maximum supported CPUID level, -1=no CPUID: */ |
