Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 197773
b: refs/heads/master
c: c14dea0
h: refs/heads/master
i:
  197771: 798976f
v: v3
  • Loading branch information
Alexander Graf authored and Avi Kivity committed May 17, 2010
1 parent 1183cde commit cbca426
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 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: c7f38f46f2a98d232147e47284cb4e7363296a3e
refs/heads/master: c14dea04a248a59fe01f1b49ac94615042016558
4 changes: 2 additions & 2 deletions trunk/arch/powerpc/include/asm/kvm_book3s_asm.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#ifdef __ASSEMBLY__

#ifdef CONFIG_KVM_BOOK3S_64_HANDLER
#ifdef CONFIG_KVM_BOOK3S_HANDLER

#include <asm/kvm_asm.h>

Expand Down Expand Up @@ -55,7 +55,7 @@ kvmppc_resume_\intno:
.macro DO_KVM intno
.endm

#endif /* CONFIG_KVM_BOOK3S_64_HANDLER */
#endif /* CONFIG_KVM_BOOK3S_HANDLER */

#else /*__ASSEMBLY__ */

Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/include/asm/paca.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ struct paca_struct {
u64 startpurr; /* PURR/TB value snapshot */
u64 startspurr; /* SPURR value snapshot */

#ifdef CONFIG_KVM_BOOK3S_64_HANDLER
#ifdef CONFIG_KVM_BOOK3S_HANDLER
struct {
u64 esid;
u64 vsid;
Expand Down
4 changes: 4 additions & 0 deletions trunk/arch/powerpc/kvm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@ config KVM
select ANON_INODES
select KVM_MMIO

config KVM_BOOK3S_HANDLER
bool

config KVM_BOOK3S_64_HANDLER
bool
select KVM_BOOK3S_HANDLER

config KVM_BOOK3S_64
tristate "KVM support for PowerPC book3s_64 processors"
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kvm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CFLAGS_emulate.o := -I.

common-objs-y += powerpc.o emulate.o
obj-$(CONFIG_KVM_EXIT_TIMING) += timing.o
obj-$(CONFIG_KVM_BOOK3S_64_HANDLER) += book3s_exports.o
obj-$(CONFIG_KVM_BOOK3S_HANDLER) += book3s_exports.o

AFLAGS_booke_interrupts.o := -I$(obj)

Expand Down

0 comments on commit cbca426

Please sign in to comment.