Remove os_internal.h it has been replace by several new header files under sched/. There have been some sneak inclusion paths via os_internal.h, so expect a few compilation errors for some architectures

This commit is contained in:
Gregory Nutt
2014-08-08 18:39:28 -06:00
parent 0be5f2ca81
commit e1769b22f1
158 changed files with 61 additions and 276 deletions
-1
View File
@@ -42,7 +42,6 @@
#include <nuttx/irq.h>
#include "up_arch.h"
#include "os_internal.h"
#include "up_internal.h"
/****************************************************************************
-1
View File
@@ -48,7 +48,6 @@
#include <assert.h>
#include <debug.h>
#include "os_internal.h"
#include "up_internal.h"
/* Includes trs80-m3.h for assembler call addresses */
-1
View File
@@ -58,7 +58,6 @@
#include <arch/z80/io.h>
#include "up_arch.h"
#include "os_internal.h"
#include "up_internal.h"
#ifdef USE_SERIALDRIVER