Remove comment referencing NODEx.c
The file NODEx.c is obsolete; it has been replaced with kernel_main.c. Even if it the comment contents were fixed, it would offer no value. Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
parent
77cff87e42
commit
4c37b6b726
1 changed files with 0 additions and 5 deletions
|
|
@ -49,11 +49,6 @@ extern K_TIMER *K_TimerBlockPtr; /* generated by SYSGEN */
|
||||||
extern struct k_args *K_ArgsBlockPtr; /* generated by SYSGEN */
|
extern struct k_args *K_ArgsBlockPtr; /* generated by SYSGEN */
|
||||||
extern char *K_DataBlockPtr; /* generated by SYSGEN */
|
extern char *K_DataBlockPtr; /* generated by SYSGEN */
|
||||||
|
|
||||||
/*
|
|
||||||
* These are now declared and initialized in NODEx.c
|
|
||||||
struct k_proc *K_Task;
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Initialize the priority bit map globals to indicate that
|
* Initialize the priority bit map globals to indicate that
|
||||||
* only the idle task is ready to run
|
* only the idle task is ready to run
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue