]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - arch/x86/kernel/cpu/intel.c
x86/CPU: Move x86_cpuinfo::x86_max_cores assignment to detect_num_cpu_cores()
authorThomas Gleixner <tglx@linutronix.de>
Sun, 13 May 2018 09:43:53 +0000 (11:43 +0200)
committerStefan Bader <stefan.bader@canonical.com>
Wed, 8 Aug 2018 12:08:07 +0000 (14:08 +0200)
commitb72c9c97cfb5dabb9c8514324f32accb9c4acbd0
treec23da165e05aef42a21aeae24f68c5b44c9454c8
parent1b511a40bf1e278eb89a73deb8fee9245fce4798
x86/CPU: Move x86_cpuinfo::x86_max_cores assignment to detect_num_cpu_cores()

No point to have it at the call sites.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
CVE-2018-3620
CVE-2018-3646

(cherry picked from commit 9305bd6ca7b40fece04d7a7a02765e9e8349f146)
Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
arch/x86/kernel/cpu/centaur.c
arch/x86/kernel/cpu/common.c
arch/x86/kernel/cpu/cpu.h
arch/x86/kernel/cpu/intel.c