Eliminate unnecessary references to cpu.h and cputype.h

Gets rid of places where there is no need to include these files
at all, or places where these files are being indirectly included
due to the inclusion of nanokernel.h.

Change-Id: I7b58148af454b977830c00a6b519a78d0595603b
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
This commit is contained in:
Allan Stephens 2015-06-01 13:44:36 -04:00 committed by Anas Nashif
commit bb9ab0322e
23 changed files with 2 additions and 45 deletions

View file

@ -97,12 +97,6 @@ extern char __data_ram_start[];
extern int __data_num_words[];
#endif
/* C FILES: declaration defined by the linker script */
#ifdef VXMICRO_ARCH_x86
#include <cputype.h>
#endif /* VXMICRO_ARCH_x86 */
/* end address of image. */
extern char _end[];
#define _END_VPAGE (VIRT_ADDR) _end