forked from Imagelibrary/rtems
2005-02-14 Ralf Corsepius <ralf.corsepius@rtems.org>
* cpu.c, cpu_asm.S, irq_stub.S: #include <rtems/powerpc/powerpc.h>.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2005-02-14 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* cpu.c, cpu_asm.S: #include <rtems/powerpc/powerpc.h>.
|
||||||
|
|
||||||
2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* Makefile.am, configure.ac: Remove (Unused).
|
* Makefile.am, configure.ac: Remove (Unused).
|
||||||
|
|||||||
@@ -33,6 +33,7 @@
|
|||||||
#include <rtems/score/context.h>
|
#include <rtems/score/context.h>
|
||||||
#include <rtems/score/thread.h>
|
#include <rtems/score/thread.h>
|
||||||
#include <rtems/score/interr.h>
|
#include <rtems/score/interr.h>
|
||||||
|
#include <rtems/powerpc/powerpc.h>
|
||||||
|
|
||||||
/* _CPU_Initialize
|
/* _CPU_Initialize
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -32,6 +32,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <rtems/asm.h>
|
#include <rtems/asm.h>
|
||||||
|
#include <rtems/powerpc/powerpc.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Offsets for various Contexts
|
* Offsets for various Contexts
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2005-02-14 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* cpu.c, cpu_asm.S, irq_stub.S: #include <rtems/powerpc/powerpc.h>.
|
||||||
|
|
||||||
2005-02-13 Ralf Corsepius <ralf.corsepius@rtems.org>
|
2005-02-13 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* cpu.c: Add _PPC_MSR_DISABLE_MASK.
|
* cpu.c: Add _PPC_MSR_DISABLE_MASK.
|
||||||
|
|||||||
@@ -36,6 +36,7 @@
|
|||||||
#include <rtems/score/interr.h>
|
#include <rtems/score/interr.h>
|
||||||
|
|
||||||
#include <rtems/powerpc/cache.h>
|
#include <rtems/powerpc/cache.h>
|
||||||
|
#include <rtems/powerpc/powerpc.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* These are for testing purposes.
|
* These are for testing purposes.
|
||||||
|
|||||||
@@ -38,6 +38,7 @@
|
|||||||
|
|
||||||
#include <rtems/asm.h>
|
#include <rtems/asm.h>
|
||||||
#include <rtems/score/ppc_offs.h>
|
#include <rtems/score/ppc_offs.h>
|
||||||
|
#include <rtems/powerpc/powerpc.h>
|
||||||
|
|
||||||
BEGIN_CODE
|
BEGIN_CODE
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -24,6 +24,7 @@
|
|||||||
* FIXME: this file is bsp dependent.
|
* FIXME: this file is bsp dependent.
|
||||||
*/
|
*/
|
||||||
#include <bspopts.h>
|
#include <bspopts.h>
|
||||||
|
#include <rtems/powerpc/powerpc.h>
|
||||||
|
|
||||||
/* void __ISR_Handler()
|
/* void __ISR_Handler()
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2005-02-14 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* cpu.c, cpu_asm.S: #include <rtems/powerpc/powerpc.h>.
|
||||||
|
|
||||||
2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
2005-02-11 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* Makefile.am, configure.ac: Remove (Unused).
|
* Makefile.am, configure.ac: Remove (Unused).
|
||||||
|
|||||||
@@ -33,6 +33,7 @@
|
|||||||
#include <rtems/score/context.h>
|
#include <rtems/score/context.h>
|
||||||
#include <rtems/score/thread.h>
|
#include <rtems/score/thread.h>
|
||||||
#include <rtems/score/interr.h>
|
#include <rtems/score/interr.h>
|
||||||
|
#include <rtems/powerpc/powerpc.h>
|
||||||
|
|
||||||
/* _CPU_Initialize
|
/* _CPU_Initialize
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -32,6 +32,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <rtems/asm.h>
|
#include <rtems/asm.h>
|
||||||
|
#include <rtems/powerpc/powerpc.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Offsets for various Contexts
|
* Offsets for various Contexts
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2005-02-14 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
|
* cpu.c, cpu_asm.S, irq_stub.S: #include <rtems/powerpc/powerpc.h>.
|
||||||
|
|
||||||
2005-02-13 Ralf Corsepius <ralf.corsepius@rtems.org>
|
2005-02-13 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* cpu.c: Add _PPC_MSR_DISABLE_MASK.
|
* cpu.c: Add _PPC_MSR_DISABLE_MASK.
|
||||||
|
|||||||
@@ -36,6 +36,7 @@
|
|||||||
#include <rtems/score/interr.h>
|
#include <rtems/score/interr.h>
|
||||||
|
|
||||||
#include <rtems/powerpc/cache.h>
|
#include <rtems/powerpc/cache.h>
|
||||||
|
#include <rtems/powerpc/powerpc.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* These are for testing purposes.
|
* These are for testing purposes.
|
||||||
|
|||||||
@@ -38,6 +38,7 @@
|
|||||||
|
|
||||||
#include <rtems/asm.h>
|
#include <rtems/asm.h>
|
||||||
#include <rtems/score/ppc_offs.h>
|
#include <rtems/score/ppc_offs.h>
|
||||||
|
#include <rtems/powerpc/powerpc.h>
|
||||||
|
|
||||||
BEGIN_CODE
|
BEGIN_CODE
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -24,6 +24,7 @@
|
|||||||
* FIXME: this file is bsp dependent.
|
* FIXME: this file is bsp dependent.
|
||||||
*/
|
*/
|
||||||
#include <bspopts.h>
|
#include <bspopts.h>
|
||||||
|
#include <rtems/powerpc/powerpc.h>
|
||||||
|
|
||||||
/* void __ISR_Handler()
|
/* void __ISR_Handler()
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user