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

* context.c, cpu.c: Add include of config.h
This commit is contained in:
Joel Sherrill
2010-03-27 15:02:35 +00:00
parent 8eff201acf
commit f086af89dd
3 changed files with 12 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2010-03-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* context.c, cpu.c: Add include of config.h
2009-02-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/score/sh.h: SH2E and SH3E have a DSP rather than an FPU. They

View File

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

View File

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