x86_64: fix build

This code was accidentally removed but is still needed.
This commit is contained in:
Adrien Destugues
2021-01-08 13:38:29 +01:00
parent a736630c63
commit 437df0a3fb
@@ -21,6 +21,10 @@
#include <arch/x86/arch_cpuasm.h>
#include <arch/x86/descriptors.h>
#ifdef __x86_64__
# include <arch/x86/64/cpu.h>
#endif
#endif // !_ASSEMBLER