|
@@ -37,7 +37,7 @@
|
|
|
#include <asm/firmware.h>
|
|
|
#include <asm/page_64.h>
|
|
|
#include <asm/irqflags.h>
|
|
|
-#include <asm/kvm_book3s_64_asm.h>
|
|
|
+#include <asm/kvm_book3s_asm.h>
|
|
|
|
|
|
/* The physical memory is layed out such that the secondary processor
|
|
|
* spin code sits at 0x0000...0x00ff. On server, the vectors follow
|
|
@@ -169,7 +169,7 @@ exception_marker:
|
|
|
/* KVM trampoline code needs to be close to the interrupt handlers */
|
|
|
|
|
|
#ifdef CONFIG_KVM_BOOK3S_64_HANDLER
|
|
|
-#include "../kvm/book3s_64_rmhandlers.S"
|
|
|
+#include "../kvm/book3s_rmhandlers.S"
|
|
|
#endif
|
|
|
|
|
|
_GLOBAL(generic_secondary_thread_init)
|