Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 215709
b: refs/heads/master
c: a58ddea
h: refs/heads/master
i:
  215707: b09fb6b
v: v3
  • Loading branch information
Alexander Graf authored and Avi Kivity committed Oct 24, 2010
1 parent 30ef249 commit 3561185
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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: 2b05d71fefc3b83e686bead355c6d35e440c4261
refs/heads/master: a58ddea556f8877ccf7caa046b6d6b32982f5b1d
6 changes: 6 additions & 0 deletions trunk/arch/powerpc/kernel/exceptions-64s.S
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,12 @@ slb_miss_user_pseries:
b . /* prevent spec. execution */
#endif /* __DISABLED__ */

/* KVM's trampoline code needs to be close to the interrupt handlers */

#ifdef CONFIG_KVM_BOOK3S_64_HANDLER
#include "../kvm/book3s_rmhandlers.S"
#endif

.align 7
.globl __end_interrupts
__end_interrupts:
Expand Down
6 changes: 0 additions & 6 deletions trunk/arch/powerpc/kernel/head_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -166,12 +166,6 @@ exception_marker:
#include "exceptions-64s.S"
#endif

/* KVM trampoline code needs to be close to the interrupt handlers */

#ifdef CONFIG_KVM_BOOK3S_64_HANDLER
#include "../kvm/book3s_rmhandlers.S"
#endif

_GLOBAL(generic_secondary_thread_init)
mr r24,r3

Expand Down

0 comments on commit 3561185

Please sign in to comment.