mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-06 06:21:31 +00:00
KVM: Move cpuid code to new file
The cpuid code has grown; put it into a separate file. Signed-off-by: Avi Kivity <avi@redhat.com>
This commit is contained in:
parent
2b5e97e1fa
commit
00b27a3efb
7 changed files with 679 additions and 635 deletions
|
@ -38,6 +38,7 @@
|
|||
#include "irq.h"
|
||||
#include "trace.h"
|
||||
#include "x86.h"
|
||||
#include "cpuid.h"
|
||||
|
||||
#ifndef CONFIG_X86_64
|
||||
#define mod_64(x, y) ((x) - (y) * div64_u64(x, y))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue