a few nits

passes all tests on two-processor smp
This commit is contained in:
Frans Kaashoek 2010-07-23 12:52:50 -04:00
parent b364c4b881
commit af03ab142d
3 changed files with 1 additions and 4 deletions

2
exec.c
View file

@ -102,7 +102,7 @@ exec(char *path, char **argv)
return 0;
bad:
freevm(pgdir);
if (pgdir) freevm(pgdir);
iunlockput(ip);
return -1;
}