Correct the wrong spelling of put_pgdir
This commit is contained in:
@@ -647,7 +647,7 @@ bad_mm:
|
||||
goto out;
|
||||
}
|
||||
|
||||
// do_execve - call exit_mmap(mm)&pug_pgdir(mm) to reclaim memory space of current process
|
||||
// do_execve - call exit_mmap(mm)&put_pgdir(mm) to reclaim memory space of current process
|
||||
// - call load_icode to setup new memory space accroding binary prog.
|
||||
int
|
||||
do_execve(const char *name, size_t len, unsigned char *binary, size_t size) {
|
||||
|
||||
@@ -653,7 +653,7 @@ bad_mm:
|
||||
goto out;
|
||||
}
|
||||
|
||||
// do_execve - call exit_mmap(mm)&pug_pgdir(mm) to reclaim memory space of current process
|
||||
// do_execve - call exit_mmap(mm)&put_pgdir(mm) to reclaim memory space of current process
|
||||
// - call load_icode to setup new memory space accroding binary prog.
|
||||
int
|
||||
do_execve(const char *name, size_t len, unsigned char *binary, size_t size) {
|
||||
|
||||
@@ -667,7 +667,7 @@ bad_mm:
|
||||
goto out;
|
||||
}
|
||||
|
||||
// do_execve - call exit_mmap(mm)&pug_pgdir(mm) to reclaim memory space of current process
|
||||
// do_execve - call exit_mmap(mm)&put_pgdir(mm) to reclaim memory space of current process
|
||||
// - call load_icode to setup new memory space accroding binary prog.
|
||||
int
|
||||
do_execve(const char *name, size_t len, unsigned char *binary, size_t size) {
|
||||
|
||||
@@ -801,7 +801,7 @@ failed_cleanup:
|
||||
return ret;
|
||||
}
|
||||
|
||||
// do_execve - call exit_mmap(mm)&pug_pgdir(mm) to reclaim memory space of current process
|
||||
// do_execve - call exit_mmap(mm)&put_pgdir(mm) to reclaim memory space of current process
|
||||
// - call load_icode to setup new memory space accroding binary prog.
|
||||
int
|
||||
do_execve(const char *name, int argc, const char **argv) {
|
||||
|
||||
Reference in New Issue
Block a user