Eliminate cputype.h and its arch-specific derivatives

Since cputype.h no longer has any meaningful content it can be
eliminated, along with the arch-specific files it incorporated.
(This means that the arch-specific nanokernel public APIs are
now referenced only via cpu.h and its derivatives.)

Change-Id: I7f35b6c3c6c092d61c372ff85d73e49414474938
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
This commit is contained in:
Allan Stephens 2015-06-01 16:18:34 -04:00 committed by Anas Nashif
commit f547a5b7b8
9 changed files with 2 additions and 237 deletions

View file

@ -44,11 +44,6 @@ included by the nanokernel interface architecture-abstraction header
extern "C" {
#endif
#ifndef _ASMLANGUAGE
#include <nanokernel.h>
#include <cputype.h>
#endif
/* APIs need to support non-byte addressible architectures */
#define OCTET_TO_SIZEOFUNIT(X) (X)