forked from Imagelibrary/rtems
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
|
||||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* cpu.c: Convert to using c99 fixed size types.
|
* cpu.c: Convert to using c99 fixed size types.
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <asm.h>
|
#include <rtems/asm.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Offsets for various Contexts
|
* Offsets for various Contexts
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
|
||||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* cpu.c, ppccache.c: Convert to using c99 fixed size types.
|
* cpu.c, ppccache.c: Convert to using c99 fixed size types.
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
*/
|
*/
|
||||||
#include <bspopts.h>
|
#include <bspopts.h>
|
||||||
|
|
||||||
#include <asm.h>
|
#include <rtems/asm.h>
|
||||||
#include <rtems/score/ppc_offs.h>
|
#include <rtems/score/ppc_offs.h>
|
||||||
|
|
||||||
BEGIN_CODE
|
BEGIN_CODE
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
|
||||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* cpu.c: Convert to using c99 fixed size types.
|
* cpu.c: Convert to using c99 fixed size types.
|
||||||
|
|||||||
@@ -31,7 +31,7 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <asm.h>
|
#include <rtems/asm.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Offsets for various Contexts
|
* Offsets for various Contexts
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
|
||||||
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-03-31 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* cpu.c, ppccache.c: Convert to using c99 fixed size types.
|
* cpu.c, ppccache.c: Convert to using c99 fixed size types.
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
*/
|
*/
|
||||||
#include <bspopts.h>
|
#include <bspopts.h>
|
||||||
|
|
||||||
#include <asm.h>
|
#include <rtems/asm.h>
|
||||||
#include <rtems/score/ppc_offs.h>
|
#include <rtems/score/ppc_offs.h>
|
||||||
|
|
||||||
BEGIN_CODE
|
BEGIN_CODE
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
|
||||||
2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
|
* cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <asm.h>
|
#include <rtems/asm.h>
|
||||||
#include <rtems/score/cpu_asm.h>
|
#include <rtems/score/cpu_asm.h>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
|
||||||
2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* c4xio.h, cpu.c, irq.c, rtems/score/cpu.h: Convert to using c99
|
* c4xio.h, cpu.c, irq.c, rtems/score/cpu.h: Convert to using c99
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <asm.h>
|
#include <rtems/asm.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* _CPU_Context_save_fp_context
|
* _CPU_Context_save_fp_context
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
|
||||||
2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/interrupts.h:
|
* cpu.c, cpu_asm.S, rtems/score/cpu.h, rtems/score/interrupts.h:
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <asm.h>
|
#include <rtems/asm.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Format of i386 Register structure
|
* Format of i386 Register structure
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
|
||||||
2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* cpu.c, m68302.h, rtems/score/cpu.h, rtems/score/m68k.h: Convert to
|
* cpu.c, m68302.h, rtems/score/cpu.h, rtems/score/m68k.h: Convert to
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
#include <asm.h>
|
#include <rtems/asm.h>
|
||||||
|
|
||||||
.text
|
.text
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
|
||||||
2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
|
* cpu.c, rtems/score/cpu.h: Convert to using c99 fixed size types.
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <asm.h>
|
#include <rtems/asm.h>
|
||||||
#include "iregdef.h"
|
#include "iregdef.h"
|
||||||
#include "idtcpu.h"
|
#include "idtcpu.h"
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-04-01 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
|
||||||
|
|
||||||
2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
|
2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
* cpu.c, rtems/score/cpu.h, rtems/score/sparc.h: Convert to using
|
* cpu.c, rtems/score/cpu.h, rtems/score/sparc.h: Convert to using
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <asm.h>
|
#include <rtems/asm.h>
|
||||||
|
|
||||||
#if (SPARC_HAS_FPU == 1)
|
#if (SPARC_HAS_FPU == 1)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user