Remove the addition space
This commit is contained in:
@@ -283,7 +283,7 @@ do_fork(uint32_t clone_flags, uintptr_t stack, struct trapframe *tf) {
|
|||||||
* setup the kernel entry point and stack of process
|
* setup the kernel entry point and stack of process
|
||||||
* hash_proc: add proc into proc hash_list
|
* hash_proc: add proc into proc hash_list
|
||||||
* get_pid: alloc a unique pid for process
|
* get_pid: alloc a unique pid for process
|
||||||
* wakeup_proc: set proc->state = PROC_RUNNABLE
|
* wakeup_proc: set proc->state = PROC_RUNNABLE
|
||||||
* VARIABLES:
|
* VARIABLES:
|
||||||
* proc_list: the process set's list
|
* proc_list: the process set's list
|
||||||
* nr_process: the number of process set
|
* nr_process: the number of process set
|
||||||
|
|||||||
@@ -382,7 +382,7 @@ do_fork(uint32_t clone_flags, uintptr_t stack, struct trapframe *tf) {
|
|||||||
* setup the kernel entry point and stack of process
|
* setup the kernel entry point and stack of process
|
||||||
* hash_proc: add proc into proc hash_list
|
* hash_proc: add proc into proc hash_list
|
||||||
* get_pid: alloc a unique pid for process
|
* get_pid: alloc a unique pid for process
|
||||||
* wakeup_proc: set proc->state = PROC_RUNNABLE
|
* wakeup_proc: set proc->state = PROC_RUNNABLE
|
||||||
* VARIABLES:
|
* VARIABLES:
|
||||||
* proc_list: the process set's list
|
* proc_list: the process set's list
|
||||||
* nr_process: the number of process set
|
* nr_process: the number of process set
|
||||||
|
|||||||
@@ -392,7 +392,7 @@ do_fork(uint32_t clone_flags, uintptr_t stack, struct trapframe *tf) {
|
|||||||
* setup the kernel entry point and stack of process
|
* setup the kernel entry point and stack of process
|
||||||
* hash_proc: add proc into proc hash_list
|
* hash_proc: add proc into proc hash_list
|
||||||
* get_pid: alloc a unique pid for process
|
* get_pid: alloc a unique pid for process
|
||||||
* wakeup_proc: set proc->state = PROC_RUNNABLE
|
* wakeup_proc: set proc->state = PROC_RUNNABLE
|
||||||
* VARIABLES:
|
* VARIABLES:
|
||||||
* proc_list: the process set's list
|
* proc_list: the process set's list
|
||||||
* nr_process: the number of process set
|
* nr_process: the number of process set
|
||||||
|
|||||||
@@ -392,7 +392,7 @@ do_fork(uint32_t clone_flags, uintptr_t stack, struct trapframe *tf) {
|
|||||||
* setup the kernel entry point and stack of process
|
* setup the kernel entry point and stack of process
|
||||||
* hash_proc: add proc into proc hash_list
|
* hash_proc: add proc into proc hash_list
|
||||||
* get_pid: alloc a unique pid for process
|
* get_pid: alloc a unique pid for process
|
||||||
* wakeup_proc: set proc->state = PROC_RUNNABLE
|
* wakeup_proc: set proc->state = PROC_RUNNABLE
|
||||||
* VARIABLES:
|
* VARIABLES:
|
||||||
* proc_list: the process set's list
|
* proc_list: the process set's list
|
||||||
* nr_process: the number of process set
|
* nr_process: the number of process set
|
||||||
|
|||||||
@@ -440,7 +440,7 @@ do_fork(uint32_t clone_flags, uintptr_t stack, struct trapframe *tf) {
|
|||||||
* setup the kernel entry point and stack of process
|
* setup the kernel entry point and stack of process
|
||||||
* hash_proc: add proc into proc hash_list
|
* hash_proc: add proc into proc hash_list
|
||||||
* get_pid: alloc a unique pid for process
|
* get_pid: alloc a unique pid for process
|
||||||
* wakeup_proc: set proc->state = PROC_RUNNABLE
|
* wakeup_proc: set proc->state = PROC_RUNNABLE
|
||||||
* VARIABLES:
|
* VARIABLES:
|
||||||
* proc_list: the process set's list
|
* proc_list: the process set's list
|
||||||
* nr_process: the number of process set
|
* nr_process: the number of process set
|
||||||
|
|||||||
@@ -295,7 +295,7 @@ do_fork(uint32_t clone_flags, uintptr_t stack, struct trapframe *tf) {
|
|||||||
* setup the kernel entry point and stack of process
|
* setup the kernel entry point and stack of process
|
||||||
* hash_proc: add proc into proc hash_list
|
* hash_proc: add proc into proc hash_list
|
||||||
* get_pid: alloc a unique pid for process
|
* get_pid: alloc a unique pid for process
|
||||||
* wakeup_proc: set proc->state = PROC_RUNNABLE
|
* wakeup_proc: set proc->state = PROC_RUNNABLE
|
||||||
* VARIABLES:
|
* VARIABLES:
|
||||||
* proc_list: the process set's list
|
* proc_list: the process set's list
|
||||||
* nr_process: the number of process set
|
* nr_process: the number of process set
|
||||||
|
|||||||
@@ -390,7 +390,7 @@ do_fork(uint32_t clone_flags, uintptr_t stack, struct trapframe *tf) {
|
|||||||
* setup the kernel entry point and stack of process
|
* setup the kernel entry point and stack of process
|
||||||
* hash_proc: add proc into proc hash_list
|
* hash_proc: add proc into proc hash_list
|
||||||
* get_pid: alloc a unique pid for process
|
* get_pid: alloc a unique pid for process
|
||||||
* wakeup_proc: set proc->state = PROC_RUNNABLE
|
* wakeup_proc: set proc->state = PROC_RUNNABLE
|
||||||
* VARIABLES:
|
* VARIABLES:
|
||||||
* proc_list: the process set's list
|
* proc_list: the process set's list
|
||||||
* nr_process: the number of process set
|
* nr_process: the number of process set
|
||||||
|
|||||||
@@ -396,7 +396,7 @@ do_fork(uint32_t clone_flags, uintptr_t stack, struct trapframe *tf) {
|
|||||||
* setup the kernel entry point and stack of process
|
* setup the kernel entry point and stack of process
|
||||||
* hash_proc: add proc into proc hash_list
|
* hash_proc: add proc into proc hash_list
|
||||||
* get_pid: alloc a unique pid for process
|
* get_pid: alloc a unique pid for process
|
||||||
* wakeup_proc: set proc->state = PROC_RUNNABLE
|
* wakeup_proc: set proc->state = PROC_RUNNABLE
|
||||||
* VARIABLES:
|
* VARIABLES:
|
||||||
* proc_list: the process set's list
|
* proc_list: the process set's list
|
||||||
* nr_process: the number of process set
|
* nr_process: the number of process set
|
||||||
|
|||||||
@@ -402,7 +402,7 @@ do_fork(uint32_t clone_flags, uintptr_t stack, struct trapframe *tf) {
|
|||||||
* setup the kernel entry point and stack of process
|
* setup the kernel entry point and stack of process
|
||||||
* hash_proc: add proc into proc hash_list
|
* hash_proc: add proc into proc hash_list
|
||||||
* get_pid: alloc a unique pid for process
|
* get_pid: alloc a unique pid for process
|
||||||
* wakeup_proc: set proc->state = PROC_RUNNABLE
|
* wakeup_proc: set proc->state = PROC_RUNNABLE
|
||||||
* VARIABLES:
|
* VARIABLES:
|
||||||
* proc_list: the process set's list
|
* proc_list: the process set's list
|
||||||
* nr_process: the number of process set
|
* nr_process: the number of process set
|
||||||
|
|||||||
@@ -449,7 +449,7 @@ do_fork(uint32_t clone_flags, uintptr_t stack, struct trapframe *tf) {
|
|||||||
* setup the kernel entry point and stack of process
|
* setup the kernel entry point and stack of process
|
||||||
* hash_proc: add proc into proc hash_list
|
* hash_proc: add proc into proc hash_list
|
||||||
* get_pid: alloc a unique pid for process
|
* get_pid: alloc a unique pid for process
|
||||||
* wakeup_proc: set proc->state = PROC_RUNNABLE
|
* wakeup_proc: set proc->state = PROC_RUNNABLE
|
||||||
* VARIABLES:
|
* VARIABLES:
|
||||||
* proc_list: the process set's list
|
* proc_list: the process set's list
|
||||||
* nr_process: the number of process set
|
* nr_process: the number of process set
|
||||||
|
|||||||
@@ -266,7 +266,7 @@ do_fork(uint32_t clone_flags, uintptr_t stack, struct trapframe *tf) {
|
|||||||
* setup the kernel entry point and stack of process
|
* setup the kernel entry point and stack of process
|
||||||
* hash_proc: add proc into proc hash_list
|
* hash_proc: add proc into proc hash_list
|
||||||
* get_pid: alloc a unique pid for process
|
* get_pid: alloc a unique pid for process
|
||||||
* wakeup_proc: set proc->state = PROC_RUNNABLE
|
* wakeup_proc: set proc->state = PROC_RUNNABLE
|
||||||
* VARIABLES:
|
* VARIABLES:
|
||||||
* proc_list: the process set's list
|
* proc_list: the process set's list
|
||||||
* nr_process: the number of process set
|
* nr_process: the number of process set
|
||||||
|
|||||||
@@ -390,7 +390,7 @@ do_fork(uint32_t clone_flags, uintptr_t stack, struct trapframe *tf) {
|
|||||||
* setup the kernel entry point and stack of process
|
* setup the kernel entry point and stack of process
|
||||||
* hash_proc: add proc into proc hash_list
|
* hash_proc: add proc into proc hash_list
|
||||||
* get_pid: alloc a unique pid for process
|
* get_pid: alloc a unique pid for process
|
||||||
* wakeup_proc: set proc->state = PROC_RUNNABLE
|
* wakeup_proc: set proc->state = PROC_RUNNABLE
|
||||||
* VARIABLES:
|
* VARIABLES:
|
||||||
* proc_list: the process set's list
|
* proc_list: the process set's list
|
||||||
* nr_process: the number of process set
|
* nr_process: the number of process set
|
||||||
|
|||||||
Reference in New Issue
Block a user