summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/bfin/cpu_asm.S
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-27 14:59:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-03-27 14:59:26 +0000
commitff8dd26afa8eb060676d496b3770071ddec75e66 (patch)
tree72f2b82f23db7cb29cd1c0d1fc94f84cb3b3112f /cpukit/score/cpu/bfin/cpu_asm.S
parentcode changes to remove warnings (diff)
downloadrtems-ff8dd26afa8eb060676d496b3770071ddec75e66.tar.bz2
2010-03-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am: Remove unused file. * irq.c: Removed.
Diffstat (limited to 'cpukit/score/cpu/bfin/cpu_asm.S')
-rw-r--r--cpukit/score/cpu/bfin/cpu_asm.S7
1 files changed, 5 insertions, 2 deletions
diff --git a/cpukit/score/cpu/bfin/cpu_asm.S b/cpukit/score/cpu/bfin/cpu_asm.S
index a9fa913f48..13ca83bc84 100644
--- a/cpukit/score/cpu/bfin/cpu_asm.S
+++ b/cpukit/score/cpu/bfin/cpu_asm.S
@@ -10,8 +10,8 @@
* Based on earlier version:
*
* Copyright (c) 2006 by Atos Automacao Industrial Ltda.
- * written by Alain Schaefer <alain.schaefer@easc.ch>
- * and Antonio Giovanini <antonio@atos.com.br>
+ * written by Alain Schaefer <alain.schaefer@easc.ch>
+ * and Antonio Giovanini <antonio@atos.com.br>
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
@@ -20,6 +20,9 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
#include <rtems/asm.h>
#include <rtems/score/cpu_asm.h>