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

* arm_exc_abort.S, arm_exc_handler_high.c, arm_exc_handler_low.S,
	arm_exc_interrupt.S, cpu.c, cpu_asm.S: Add include of config.h
This commit is contained in:
Joel Sherrill
2010-03-27 15:01:19 +00:00
parent 4f5d1c9fd1
commit 0acc9af342
7 changed files with 29 additions and 0 deletions
+5
View File
@@ -1,3 +1,8 @@
2010-03-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* arm_exc_abort.S, arm_exc_handler_high.c, arm_exc_handler_low.S,
arm_exc_interrupt.S, cpu.c, cpu_asm.S: Add include of config.h
2010-01-12 Sebastian Huber <sebastian.huber@embedded-brains.de>
* arm_exc_abort.S: New file.
+4
View File
@@ -19,6 +19,10 @@
* http://www.rtems.com/license/LICENSE.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <rtems/asm.h>
#include <rtems/score/cpu.h>
@@ -22,6 +22,10 @@
* $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <rtems/system.h>
#include <rtems.h>
#include <rtems/bspIo.h>
@@ -24,6 +24,10 @@
*
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <rtems/asm.h>
#include <rtems/score/cpu_asm.h>
+4
View File
@@ -25,6 +25,10 @@
* The exchange area is only accessed if INT is disabled.
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <rtems/asm.h>
#define EXCHANGE_LR r4
+4
View File
@@ -22,6 +22,10 @@
* $Id$
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <rtems/system.h>
#include <rtems.h>
#include <rtems/bspIo.h>
+4
View File
@@ -19,6 +19,10 @@
*
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <rtems/asm.h>
#include <rtems/score/cpu_asm.h>