diff options
Diffstat (limited to 'arch/mips/kernel/ptrace.c')
| -rw-r--r-- | arch/mips/kernel/ptrace.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/kernel/ptrace.c b/arch/mips/kernel/ptrace.c index 0c0c23c9c9f5..9f6c3f2aa2e2 100644 --- a/arch/mips/kernel/ptrace.c +++ b/arch/mips/kernel/ptrace.c @@ -811,7 +811,7 @@ long arch_ptrace(struct task_struct *child, long request,  				/*  				 * The odd registers are actually the high  				 * order bits of the values stored in the even -				 * registers - unless we're using r2k_switch.S. +				 * registers.  				 */  				tmp = get_fpr32(&fregs[(addr & ~1) - FPR_BASE],  						addr & 1); @@ -906,7 +906,7 @@ long arch_ptrace(struct task_struct *child, long request,  				/*  				 * The odd registers are actually the high  				 * order bits of the values stored in the even -				 * registers - unless we're using r2k_switch.S. +				 * registers.  				 */  				set_fpr32(&fregs[(addr & ~1) - FPR_BASE],  					  addr & 1, data);  | 
