mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 00:56:45 +07:00
x86: k8topology add missing header
k8_scan_nodes is global and needs a prototype. Add the header file which contains it. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
635ee41838
commit
0eafe234a2
@ -22,6 +22,7 @@
|
||||
#include <asm/numa.h>
|
||||
#include <asm/mpspec.h>
|
||||
#include <asm/apic.h>
|
||||
#include <asm/k8.h>
|
||||
|
||||
static __init int find_northbridge(void)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user