aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64/kernel/entry.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc64/kernel/entry.S')
-rw-r--r--arch/sparc64/kernel/entry.S12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/sparc64/kernel/entry.S b/arch/sparc64/kernel/entry.S
index bf40b065bcc0..f5c8a293979f 100644
--- a/arch/sparc64/kernel/entry.S
+++ b/arch/sparc64/kernel/entry.S
@@ -1772,3 +1772,15 @@ sun4v_intr_settarget:
1772 retl 1772 retl
1773 nop 1773 nop
1774 1774
1775 /* %o0: type
1776 * %o1: queue paddr
1777 * %o2: num queue entries
1778 *
1779 * returns %o0: status
1780 */
1781 .globl sun4v_cpu_qconf
1782sun4v_cpu_qconf:
1783 mov HV_FAST_CPU_QCONF, %o5
1784 ta HV_FAST_TRAP
1785 retl
1786 nop