Remove references to obsolete symbol K_DataNall

The symbol K_DataNall is not relevant to a single node system.

Change-Id: I3203a9c72b6e5bb8f2719c4161fe753a3040c8d3
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
This commit is contained in:
Peter Mitsis 2015-04-21 16:46:25 -04:00 committed by Anas Nashif
commit dbfc75f74f
2 changed files with 0 additions and 2 deletions

View file

@ -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 int K_DataNall;
extern int K_ArgsNall;
extern int K_TimerNall;
extern int K_StackSize;

View file

@ -66,7 +66,6 @@ extern int K_QueCount;
extern int K_PoolCount;
extern int K_PipeCount;
extern int K_DataNall;
extern int K_ArgsNall;
#ifndef LITE
extern int K_TimerNall;