diff options
| author | Andrew Gallatin <gallatin@FreeBSD.org> | 2001-03-15 02:32:26 +0000 |
|---|---|---|
| committer | Andrew Gallatin <gallatin@FreeBSD.org> | 2001-03-15 02:32:26 +0000 |
| commit | 64007795de26a237e6d42a60be717ffd65a2327d (patch) | |
| tree | c45b91c12f5b3d8321c498cacb21f478725b41ca /sys/powerpc | |
| parent | b86388c179d44a413be9bbb161bad9af73571ff9 (diff) | |
Notes
Diffstat (limited to 'sys/powerpc')
| -rw-r--r-- | sys/powerpc/aim/vm_machdep.c | 2 | ||||
| -rw-r--r-- | sys/powerpc/powerpc/vm_machdep.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/sys/powerpc/aim/vm_machdep.c b/sys/powerpc/aim/vm_machdep.c index 856d0bbf6066..4ecff4be2a14 100644 --- a/sys/powerpc/aim/vm_machdep.c +++ b/sys/powerpc/aim/vm_machdep.c @@ -166,8 +166,6 @@ cpu_fork(p1, p2, flags) * is started, to resume here, returning nonzero from setjmp. */ #ifdef DIAGNOSTIC - if (p1 != curproc) - panic("cpu_fork: curproc"); alpha_fpstate_check(p1); #endif diff --git a/sys/powerpc/powerpc/vm_machdep.c b/sys/powerpc/powerpc/vm_machdep.c index 856d0bbf6066..4ecff4be2a14 100644 --- a/sys/powerpc/powerpc/vm_machdep.c +++ b/sys/powerpc/powerpc/vm_machdep.c @@ -166,8 +166,6 @@ cpu_fork(p1, p2, flags) * is started, to resume here, returning nonzero from setjmp. */ #ifdef DIAGNOSTIC - if (p1 != curproc) - panic("cpu_fork: curproc"); alpha_fpstate_check(p1); #endif |
