patch-2.4.20 linux-2.4.20/arch/mips64/kernel/ptrace.c
Next file: linux-2.4.20/arch/mips64/kernel/r4k_fpu.S
Previous file: linux-2.4.20/arch/mips64/kernel/process.c
Back to the patch index
Back to the overall index
- Lines: 58
- Date:
Thu Nov 28 15:53:10 2002
- Orig file:
linux-2.4.19/arch/mips64/kernel/ptrace.c
- Orig date:
Fri Aug 2 17:39:43 2002
diff -urN linux-2.4.19/arch/mips64/kernel/ptrace.c linux-2.4.20/arch/mips64/kernel/ptrace.c
@@ -84,7 +84,7 @@
switch (request) {
/* when I and D space are separate, these will need to be fixed. */
- case PTRACE_PEEKTEXT: /* read word at location addr. */
+ case PTRACE_PEEKTEXT: /* read word at location addr. */
case PTRACE_PEEKDATA: {
unsigned int tmp;
int copied;
@@ -203,7 +203,7 @@
fregs = (unsigned long long *)&child->thread.fpu.hard.fp_regs[0];
if (child->used_math) {
#ifndef CONFIG_SMP
- if (last_task_used_math == child)
+ if (last_task_used_math == child)
if (mips_cpu.options & MIPS_CPU_FPU) {
__enable_fpu();
save_fp(child);
@@ -245,7 +245,7 @@
regs->lo = data;
break;
case FPC_CSR:
- if (mips_cpu.options & MIPS_CPU_FPU)
+ if (mips_cpu.options & MIPS_CPU_FPU)
child->thread.fpu.hard.control = data;
else
child->thread.fpu.soft.sr = data;
@@ -273,8 +273,8 @@
}
/*
- * make the child exit. Best I can do is send it a sigkill.
- * perhaps it should be put in the status that it wants to
+ * make the child exit. Best I can do is send it a sigkill.
+ * perhaps it should be put in the status that it wants to
* exit.
*/
case PTRACE_KILL: {
@@ -355,7 +355,7 @@
switch (request) {
/* when I and D space are separate, these will need to be fixed. */
- case PTRACE_PEEKTEXT: /* read word at location addr. */
+ case PTRACE_PEEKTEXT: /* read word at location addr. */
case PTRACE_PEEKDATA: {
unsigned long tmp;
int copied;
@@ -546,8 +546,8 @@
}
/*
- * make the child exit. Best I can do is send it a sigkill.
- * perhaps it should be put in the status that it wants to
+ * make the child exit. Best I can do is send it a sigkill.
+ * perhaps it should be put in the status that it wants to
* exit.
*/
case PTRACE_KILL: {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)