diff options
author | mischief <mischief@offblast.org> | 2015-08-25 02:07:46 -0700 |
---|---|---|
committer | mischief <mischief@offblast.org> | 2015-08-25 02:07:46 -0700 |
commit | 6b402b83cffc97015345dab1c27c35afe64bb3db (patch) | |
tree | b525f9443564682c46f8c36af6a4d238bd39a756 /sys/src/9/port/proc.c | |
parent | dbe0a995f03f26ea2b6859d21df3bd67856d672d (diff) |
import E script from bell labs
Diffstat (limited to 'sys/src/9/port/proc.c')
-rw-r--r-- | sys/src/9/port/proc.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/src/9/port/proc.c b/sys/src/9/port/proc.c index eadca93ec..03eb69da4 100644 --- a/sys/src/9/port/proc.c +++ b/sys/src/9/port/proc.c @@ -173,6 +173,9 @@ sched(void) up->state = Running; up->mach = MACHP(m->machno); m->proc = up; + //print("poolcheck sched %s\n", p->text); + //#include <pool.h> + //poolcheck(mainmem); mmuswitch(up); gotolabel(&up->sched); } |