Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 356887
b: refs/heads/master
c: 3f0c3d0
h: refs/heads/master
i:
  356885: ae33fed
  356883: 460b551
  356879: a44c9b0
v: v3
  • Loading branch information
Avi Kivity authored and Gleb Natapov committed Jan 27, 2013
1 parent 913e9db commit a8f6229
Show file tree
Hide file tree
Showing 7 changed files with 645 additions and 745 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: b9e3e208935e95ad62bd1b1bc4408c23a9ae3ada
refs/heads/master: 3f0c3d0bb2bcc4b88b22452a7cf0073ee9a0f1e6
9 changes: 3 additions & 6 deletions trunk/arch/powerpc/kvm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ common-objs-y = $(addprefix ../../../virt/kvm/, kvm_main.o coalesced_mmio.o \
eventfd.o)

CFLAGS_44x_tlb.o := -I.
CFLAGS_e500_mmu.o := -I.
CFLAGS_e500_mmu_host.o := -I.
CFLAGS_e500_tlb.o := -I.
CFLAGS_emulate.o := -I.

common-objs-y += powerpc.o emulate.o
Expand All @@ -36,8 +35,7 @@ kvm-e500-objs := \
booke_emulate.o \
booke_interrupts.o \
e500.o \
e500_mmu.o \
e500_mmu_host.o \
e500_tlb.o \
e500_emulate.o
kvm-objs-$(CONFIG_KVM_E500V2) := $(kvm-e500-objs)

Expand All @@ -47,8 +45,7 @@ kvm-e500mc-objs := \
booke_emulate.o \
bookehv_interrupts.o \
e500mc.o \
e500_mmu.o \
e500_mmu_host.o \
e500_tlb.o \
e500_emulate.o
kvm-objs-$(CONFIG_KVM_E500MC) := $(kvm-e500mc-objs)

Expand Down
1 change: 0 additions & 1 deletion trunk/arch/powerpc/kvm/e500.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@

#define E500_TLB_VALID 1
#define E500_TLB_BITMAP 2
#define E500_TLB_TLB0 (1 << 2)

struct tlbe_ref {
pfn_t pfn;
Expand Down
Loading

0 comments on commit a8f6229

Please sign in to comment.