aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/epapr_hcalls.S
diff options
context:
space:
mode:
authorStuart Yoder <stuart.yoder@freescale.com>2013-02-08 13:22:56 -0600
committerKumar Gala <galak@kernel.crashing.org>2013-03-13 14:19:36 -0500
commitf070986a07e514e3b4fc4aef6551b8dffcb19287 (patch)
tree83f92ecf55682267346574250f5cfba092064263 /arch/powerpc/kernel/epapr_hcalls.S
parentpowerpc/85xx: add CONFIG_E1000E to corenet64_smp_defconfig (diff)
downloadlinux-dev-f070986a07e514e3b4fc4aef6551b8dffcb19287.tar.xz
linux-dev-f070986a07e514e3b4fc4aef6551b8dffcb19287.zip
powerpc: Add paravirt idle loop for 64-bit Book-E
Signed-off-by: Stuart Yoder <stuart.yoder@freescale.com> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/kernel/epapr_hcalls.S')
-rw-r--r--arch/powerpc/kernel/epapr_hcalls.S2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/epapr_hcalls.S b/arch/powerpc/kernel/epapr_hcalls.S
index 62c0dc237826..9f1ebf7338f1 100644
--- a/arch/powerpc/kernel/epapr_hcalls.S
+++ b/arch/powerpc/kernel/epapr_hcalls.S
@@ -17,6 +17,7 @@
#include <asm/asm-compat.h>
#include <asm/asm-offsets.h>
+#ifndef CONFIG_PPC64
/* epapr_ev_idle() was derived from e500_idle() */
_GLOBAL(epapr_ev_idle)
CURRENT_THREAD_INFO(r3, r1)
@@ -42,6 +43,7 @@ epapr_ev_idle_start:
* _TLF_NAPPING.
*/
b idle_loop
+#endif
/* Hypercall entry point. Will be patched with device tree instructions. */
.global epapr_hypercall_start