* vectors/align_h.S: Include <rtems/asm.h> instead of <asm.h>.

* vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
This commit is contained in:
Ralf Corsepius
2004-04-02 11:20:35 +00:00
parent a0ae72e010
commit 6bee4d6824
3 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* vectors/align_h.S: Include <rtems/asm.h> instead of <asm.h>.
* vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* startup/genpvec.c: Include <rtems/chain.h> instead of <chain.h>.

View File

@@ -43,7 +43,7 @@
* $Id$
*/
#include "asm.h"
#include <rtems/asm.h>
#include "bsp.h"
.set CACHE_SIZE,16 # cache line size of 32 bytes

View File

@@ -42,7 +42,7 @@
* $Id$
*/
#include "asm.h"
#include <rtems/asm.h>
#include "bsp.h"
#ifndef PPC_VECTOR_FILE_BASE