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

* cpu.c, cpu_asm.c: Add include of config.h
This commit is contained in:
Joel Sherrill
2010-03-27 15:02:26 +00:00
parent 5632f8da1f
commit fe31ab22d2
3 changed files with 12 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2010-03-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu.c, cpu_asm.c: Add include of config.h
2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu.c, rtems/score/cpu.h: Change prototype of IDLE thread to

View File

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

View File

@@ -22,6 +22,10 @@
* implementation in assembly should include "cpu_asm.h>
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <rtems/system.h>
#include <rtems/score/cpu.h>
/* #include "cpu_asm.h> */