diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2006-02-21 18:42:09 -0500 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-03-20 04:13:52 -0500 |
commit | 6f5374c91f0dd1d92408ed44c066c32bcce5ce69 (patch) | |
tree | e5d2ade79d39f043af66030c42d2410d1cd6f483 /include | |
parent | 1bd0cd74d102a527b2a72907698d73fad4b82cbd (diff) |
[SPARC64]: Add sun4v_cpu_yield().
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-sparc64/hypervisor.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-sparc64/hypervisor.h b/include/asm-sparc64/hypervisor.h index cd5fbcd9556e..726e2ea03ce3 100644 --- a/include/asm-sparc64/hypervisor.h +++ b/include/asm-sparc64/hypervisor.h | |||
@@ -258,6 +258,9 @@ | |||
258 | */ | 258 | */ |
259 | #define HV_FAST_CPU_YIELD 0x12 | 259 | #define HV_FAST_CPU_YIELD 0x12 |
260 | 260 | ||
261 | #ifndef __ASSEMBLY__ | ||
262 | extern unsigned long sun4v_cpu_yield(void); | ||
263 | #endif | ||
261 | 264 | ||
262 | /* cpu_qconf() | 265 | /* cpu_qconf() |
263 | * TRAP: HV_FAST_TRAP | 266 | * TRAP: HV_FAST_TRAP |