Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125229
b: refs/heads/master
c: 13673a9
h: refs/heads/master
i:
  125227: f04b130
v: v3
  • Loading branch information
Eduardo Habkost authored and Avi Kivity committed Dec 31, 2008
1 parent f731dea commit 8de2958
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fe4e771d5c37f0949047faf95d16a512b21406bf
refs/heads/master: 13673a90f1cf88296f726265cc7cf3ec76ecba30
File renamed without changes.
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
*
*/

#include "vmx.h"
#include "mmu.h"

#include <linux/kvm_host.h>
Expand All @@ -33,6 +32,7 @@
#include <asm/page.h>
#include <asm/cmpxchg.h>
#include <asm/io.h>
#include <asm/vmx.h>

/*
* When setting this variable to true it enables Two-Dimensional-Paging
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/kvm/vmx.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
*/

#include "irq.h"
#include "vmx.h"
#include "mmu.h"

#include <linux/kvm_host.h>
Expand All @@ -31,6 +30,7 @@

#include <asm/io.h>
#include <asm/desc.h>
#include <asm/vmx.h>

#define __ex(x) __kvm_handle_fault_on_reboot(x)

Expand Down

0 comments on commit 8de2958

Please sign in to comment.