mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 22:48:23 +00:00
* 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:
@@ -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>.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
#include "asm.h"
|
||||
#include <rtems/asm.h>
|
||||
#include "bsp.h"
|
||||
|
||||
#ifndef PPC_VECTOR_FILE_BASE
|
||||
|
||||
Reference in New Issue
Block a user