Remove references to obsolete symbol K_DataSize
The symbol K_DataSize is not relevant to a single node system. Change-Id: Ie57e0610520c5d43d3b8fa90f2a2685fc95ac668 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com> Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
This commit is contained in:
parent
6feec0d462
commit
558feaffd1
2 changed files with 0 additions and 2 deletions
|
@ -77,7 +77,6 @@ extern void kernel_init(void);
|
|||
extern void init_node(void); /* generated function */
|
||||
extern void init_drivers(void); /* generated function */
|
||||
extern const knode_t K_ThisNode;
|
||||
extern const int K_DataSize;
|
||||
extern int K_DataNall;
|
||||
extern int K_ArgsNall;
|
||||
extern int K_TimerNall;
|
||||
|
|
|
@ -66,7 +66,6 @@ extern int K_QueCount;
|
|||
extern int K_PoolCount;
|
||||
extern int K_PipeCount;
|
||||
|
||||
extern const int K_DataSize;
|
||||
extern int K_DataNall;
|
||||
extern int K_ArgsNall;
|
||||
#ifndef LITE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue