* irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.

This commit is contained in:
Ralf Corsepius
2004-04-02 11:20:28 +00:00
parent 56aecade04
commit a0ae72e010
4 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add PREINSTALL_DIRS. * Makefile.am: Add PREINSTALL_DIRS.

View File

@@ -18,7 +18,7 @@
* $Id$ * $Id$
*/ */
#include "asm.h" #include <rtems/asm.h>
#define __asm__ #define __asm__
.globl _ISR_Handler .globl _ISR_Handler

View File

@@ -1,3 +1,7 @@
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org> 2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* start/start.S: Include <rtems/asm.h> instead of <asm.h>. * start/start.S: Include <rtems/asm.h> instead of <asm.h>.

View File

@@ -19,7 +19,7 @@
#include <rtems/score/cpuopts.h> /* for PPC_HAS_FPU */ #include <rtems/score/cpuopts.h> /* for PPC_HAS_FPU */
#include <rtems/score/cpu.h> #include <rtems/score/cpu.h>
#include <libcpu/raw_exception.h> #include <libcpu/raw_exception.h>
#include "asm.h" #include <rtems/asm.h>
#define SYNC \ #define SYNC \
sync; \ sync; \