patch-2.0.4 linux/arch/ppc/kernel/process.c
Next file: linux/arch/ppc/kernel/ramdisk_drvr.c
Previous file: linux/arch/ppc/kernel/ppc_machine.h.isin.processor.h
Back to the patch index
Back to the overall index
- Lines: 50
- Date:
Mon Jul 8 11:27:43 1996
- Orig file:
v2.0.3/linux/arch/ppc/kernel/process.c
- Orig date:
Fri May 31 08:02:19 1996
diff -u --recursive --new-file v2.0.3/linux/arch/ppc/kernel/process.c linux/arch/ppc/kernel/process.c
@@ -26,7 +26,7 @@
#include <asm/system.h>
#include <asm/io.h>
-#include "ppc_machine.h"
+#include <asm/ppc_machine.h>
int
dump_fpu()
@@ -44,7 +44,6 @@
#if 0
printk("Task %x(%d) -> %x(%d)", current, current->pid, new, new->pid);
printk(" - IP: %x, SR: %x, SP: %x\n", regs->nip, regs->msr, regs);
- cnpause();
#endif
new_tss = &new->tss;
old_tss = ¤t->tss;
@@ -105,7 +104,6 @@
struct pt_regs * childregs;
#if 0
printk("copy thread - NR: %d, Flags: %x, USP: %x, Task: %x, Regs: %x\n", nr, clone_flags, usp, p, regs);
-cnpause();
#endif
/* Construct segment registers */
segs = p->tss.segs;
@@ -120,7 +118,6 @@
p->mm->context = (nr<<4);
#if 0
printk("Setting MM[%x] Context = %x Task = %x Current = %x/%x\n", p->mm, p->mm->context, p, current, current->mm);
-cnpause();
#endif
}
/* Last 8 are shared with kernel & everybody else... */
@@ -172,7 +169,6 @@
printk("Start thread [%x] at PC: %x, SR: %x, SP: %x\n", regs, eip, regs->msr, esp);
dump_buf(esp, len);
dump_buf(eip, 0x80);
- cnpause();
}
#endif
}
@@ -243,7 +239,7 @@
{
printk("\n");
}
- if (cnt > 16) break;
+ if (cnt > 32) break;
}
printk("\n");
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov