forked from Imagelibrary/rtems
* irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
This commit is contained in:
@@ -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>
|
||||
|
||||
* Makefile.am: Add PREINSTALL_DIRS.
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include "asm.h"
|
||||
#include <rtems/asm.h>
|
||||
#define __asm__
|
||||
|
||||
.globl _ISR_Handler
|
||||
|
||||
@@ -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>
|
||||
|
||||
* start/start.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
#include <rtems/score/cpuopts.h> /* for PPC_HAS_FPU */
|
||||
#include <rtems/score/cpu.h>
|
||||
#include <libcpu/raw_exception.h>
|
||||
#include "asm.h"
|
||||
#include <rtems/asm.h>
|
||||
|
||||
#define SYNC \
|
||||
sync; \
|
||||
|
||||
Reference in New Issue
Block a user