diff options
author | Robert Mustacchi <rm@joyent.com> | 2011-04-28 15:23:54 -0700 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2011-04-28 15:23:54 -0700 |
commit | 98bf1f0d717fde84f1cb7c799441138775c4ea41 (patch) | |
tree | d056feefac3236f23edfca0c40652dc3b2417ad1 /kvm_x86.c | |
parent | 9004dbec827f0fb5ef487efc36856f74bcb10dac (diff) | |
download | illumos-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.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |