aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/include/asm/processor_64.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc/include/asm/processor_64.h')
-rw-r--r--arch/sparc/include/asm/processor_64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/include/asm/processor_64.h b/arch/sparc/include/asm/processor_64.h
index 6924bdefe148..ce2595c89471 100644
--- a/arch/sparc/include/asm/processor_64.h
+++ b/arch/sparc/include/asm/processor_64.h
@@ -201,7 +201,7 @@ unsigned long get_wchan(struct task_struct *task);
201#define KSTK_ESP(tsk) (task_pt_regs(tsk)->u_regs[UREG_FP]) 201#define KSTK_ESP(tsk) (task_pt_regs(tsk)->u_regs[UREG_FP])
202 202
203/* Please see the commentary in asm/backoff.h for a description of 203/* Please see the commentary in asm/backoff.h for a description of
204 * what these instructions are doing and how they have been choosen. 204 * what these instructions are doing and how they have been chosen.
205 * To make a long story short, we are trying to yield the current cpu 205 * To make a long story short, we are trying to yield the current cpu
206 * strand during busy loops. 206 * strand during busy loops.
207 */ 207 */