|
@@ -103,7 +103,7 @@ long compat_arch_ptrace(struct task_struct *child, compat_long_t 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);
|
|
@@ -216,7 +216,7 @@ long compat_arch_ptrace(struct task_struct *child, compat_long_t 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);
|