2010-03-27 Joel Sherrill <joel.sherrill@oarcorp.com>

* context_init.c, context_switch.S, cpu.c, cpu_asm.c: Add include of
	config.h
This commit is contained in:
Joel Sherrill
2010-03-27 15:02:02 +00:00
parent c9f5531cc7
commit 4990792b2f
5 changed files with 21 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2010-03-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* context_init.c, context_switch.S, cpu.c, cpu_asm.c: Add include of
config.h
2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu.c, rtems/score/cpu.h: Eliminate _CPU_Thread_dispatch_pointer and

View File

@@ -9,6 +9,10 @@
* $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <stdint.h>
#include <rtems/system.h>

View File

@@ -11,6 +11,10 @@
* $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#define ARG_EXECUTING 8
#define ARG_HEIR 12

View File

@@ -11,6 +11,10 @@
* $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <rtems/system.h>
#include <rtems/score/isr.h>

View File

@@ -15,6 +15,10 @@
* $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <rtems/system.h>
#include <rtems/score/cpu.h>