diff options
Diffstat (limited to 'include/asm-sparc64')
-rw-r--r-- | include/asm-sparc64/hypervisor.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-sparc64/hypervisor.h b/include/asm-sparc64/hypervisor.h index f14992ab7fec..cd5fbcd9556e 100644 --- a/include/asm-sparc64/hypervisor.h +++ b/include/asm-sparc64/hypervisor.h | |||
@@ -301,6 +301,12 @@ | |||
301 | #define HV_CPU_QUEUE_RES_ERROR 0x3e | 301 | #define HV_CPU_QUEUE_RES_ERROR 0x3e |
302 | #define HV_CPU_QUEUE_NONRES_ERROR 0x3f | 302 | #define HV_CPU_QUEUE_NONRES_ERROR 0x3f |
303 | 303 | ||
304 | #ifndef __ASSEMBLY__ | ||
305 | extern unsigned long sun4v_cpu_qconf(unsigned long type, | ||
306 | unsigned long queue_paddr, | ||
307 | unsigned long num_queue_entries); | ||
308 | #endif | ||
309 | |||
304 | /* cpu_qinfo() | 310 | /* cpu_qinfo() |
305 | * TRAP: HV_FAST_TRAP | 311 | * TRAP: HV_FAST_TRAP |
306 | * FUNCTION: HV_FAST_CPU_QINFO | 312 | * FUNCTION: HV_FAST_CPU_QINFO |