Remove references to obsolete K_PrioCount
The symbol K_PrioCount is not used. Change-Id: I21e4b929dd0bed097ff4453c4a1a02faab7d0019 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com> Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
This commit is contained in:
parent
a53aa6ee7e
commit
079207e5d4
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 const knode_t K_ThisNode;
|
||||||
extern int K_StackSize;
|
extern int K_StackSize;
|
||||||
|
|
||||||
extern int K_PrioCount;
|
|
||||||
extern int K_TaskCount;
|
extern int K_TaskCount;
|
||||||
extern int K_MapCount;
|
extern int K_MapCount;
|
||||||
extern int K_PoolCount;
|
extern int K_PoolCount;
|
||||||
|
|
|
@ -43,7 +43,6 @@ extern struct k_proc K_TaskList[];
|
||||||
extern struct k_tqhd K_PrioList[];
|
extern struct k_tqhd K_PrioList[];
|
||||||
|
|
||||||
extern int K_TaskCount;
|
extern int K_TaskCount;
|
||||||
extern int K_PrioCount;
|
|
||||||
|
|
||||||
#ifndef LITE
|
#ifndef LITE
|
||||||
extern struct map_struct K_MapList[];
|
extern struct map_struct K_MapList[];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue