forked from TencentOS/TencentOS-kernel
Merge pull request #8 from DavidLin1577/patch-2
Fixed macro spelling mistake in vfpmodule.c
This commit is contained in:
commit
90cd3dbc49
|
|
@ -143,7 +143,7 @@ static void vfp_thread_copy(struct thread_info *thread)
|
|||
/*
|
||||
* When this function is called with the following 'cmd's, the following
|
||||
* is true while this function is being run:
|
||||
* THREAD_NOFTIFY_SWTICH:
|
||||
* THREAD_NOTIFY_SWITCH:
|
||||
* - the previously running thread will not be scheduled onto another CPU.
|
||||
* - the next thread to be run (v) will not be running on another CPU.
|
||||
* - thread->cpu is the local CPU number
|
||||
|
|
|
|||
Loading…
Reference in New Issue