Merge tag 'mips_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
[linux-2.6-microblaze.git] / arch / mips / kernel / ptrace.c
index 0c0c23c..9f6c3f2 100644 (file)
@@ -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);