summaryrefslogtreecommitdiff
path: root/kvm_x86.c
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2011-04-28 15:23:54 -0700
committerRobert Mustacchi <rm@joyent.com>2011-04-28 15:23:54 -0700
commit98bf1f0d717fde84f1cb7c799441138775c4ea41 (patch)
treed056feefac3236f23edfca0c40652dc3b2417ad1 /kvm_x86.c
parent9004dbec827f0fb5ef487efc36856f74bcb10dac (diff)
downloadillumos-kvm-98bf1f0d717fde84f1cb7c799441138775c4ea41.tar.gz
HVM-143 kvm C files should all have the kvm_ prefix on them
Diffstat (limited to 'kvm_x86.c')
-rw-r--r--kvm_x86.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/kvm_x86.c b/kvm_x86.c
index a2b02a4..f975e45 100644
--- a/kvm_x86.c
+++ b/kvm_x86.c
@@ -41,8 +41,8 @@
#include "kvm.h"
#include "ioapic.h"
#include "irq.h"
-#include "i8254.h"
-#include "lapic.h"
+#include "kvm_i8254.h"
+#include "kvm_lapic.h"
#undef DEBUG