]> Pileus Git - ~andy/linux/blobdiff - arch/powerpc/kernel/epapr_hcalls.S
Merge remote-tracking branch 'kumar/next' into next
[~andy/linux] / arch / powerpc / kernel / epapr_hcalls.S
index 62c0dc2378266653cd97591f095261d2ed5c901a..9f1ebf7338f1084499fcc03e50efa71b66a73b76 100644 (file)
@@ -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