[SPARC64]: Add sun4v_cpu_yield().
authorDavid S. Miller <davem@sunset.davemloft.net>
Tue, 21 Feb 2006 23:42:09 +0000 (15:42 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 20 Mar 2006 09:13:52 +0000 (01:13 -0800)
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/kernel/entry.S
include/asm-sparc64/hypervisor.h

index bd332e4..9f3048e 100644 (file)
@@ -1786,3 +1786,12 @@ sun4v_cpu_qconf:
        ta      HV_FAST_TRAP
        retl
         nop
+
+       /* returns %o0: status
+        */
+       .globl  sun4v_cpu_yield
+sun4v_cpu_yield:
+       mov     HV_FAST_CPU_YIELD, %o5
+       ta      HV_FAST_TRAP
+       retl
+        nop
index cd5fbcd..726e2ea 100644 (file)
  */
 #define HV_FAST_CPU_YIELD              0x12
 
+#ifndef __ASSEMBLY__
+extern unsigned long sun4v_cpu_yield(void);
+#endif
 
 /* cpu_qconf()
  * TRAP:       HV_FAST_TRAP