Remove references to obsolete K_NodeCount
The system node count K_NodeCount is both not used and irrelevant to a single-node system. Change-Id: If5b2b05d25c0ec2678962ae7ddc2b2dd292ac655 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com> Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
This commit is contained in:
parent
95e214c77f
commit
83f110e3bd
2 changed files with 0 additions and 2 deletions
|
|
@ -79,7 +79,6 @@ extern void init_drivers(void); /* generated function */
|
|||
extern const knode_t K_ThisNode;
|
||||
extern int K_StackSize;
|
||||
|
||||
extern int K_NodeCount;
|
||||
extern int K_PrioCount;
|
||||
extern int K_TaskCount;
|
||||
extern int K_MapCount;
|
||||
|
|
|
|||
|
|
@ -42,7 +42,6 @@ extern const knode_t K_ThisNode;
|
|||
extern struct k_proc K_TaskList[];
|
||||
extern struct k_tqhd K_PrioList[];
|
||||
|
||||
extern int K_NodeCount;
|
||||
extern int K_TaskCount;
|
||||
extern int K_PrioCount;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue