Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104310
b: refs/heads/master
c: 33a37eb
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Jul 21, 2008
1 parent 59da9a0 commit 7aa6698
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 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: e27772b48df91a954a74b1411b57d83b945a58c7
refs/heads/master: 33a37eb411d193851c334060780ab834ba534292
8 changes: 5 additions & 3 deletions trunk/include/asm-x86/kvm_host.h
Original file line number Diff line number Diff line change
Expand Up @@ -703,9 +703,11 @@ enum {
vcpu, 0, 0, 0, 0, 0, 0)

#ifdef CONFIG_64BIT
#define KVM_EX_ENTRY ".quad"
# define KVM_EX_ENTRY ".quad"
# define KVM_EX_PUSH "pushq"
#else
#define KVM_EX_ENTRY ".long"
# define KVM_EX_ENTRY ".long"
# define KVM_EX_PUSH "pushl"
#endif

/*
Expand All @@ -719,7 +721,7 @@ asmlinkage void kvm_handle_fault_on_reboot(void);
"666: " insn "\n\t" \
".pushsection .text.fixup, \"ax\" \n" \
"667: \n\t" \
"push $666b \n\t" \
KVM_EX_PUSH " $666b \n\t" \
"jmp kvm_handle_fault_on_reboot \n\t" \
".popsection \n\t" \
".pushsection __ex_table, \"a\" \n\t" \
Expand Down

0 comments on commit 7aa6698

Please sign in to comment.