forked from Imagelibrary/rtems
2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>
* mpc505/ictrl/ictrl.c, mpc505/vectors/vectors.S, mpc6xx/exceptions/raw_exception.c, mpc8260/exceptions/raw_exception.c, mpc8xx/exceptions/raw_exception.c, rtems/powerpc/cache.h, mpc5xx/ictrl/ictrl.c, mpc5xx/exceptions/raw_exception.c: Include <rtems/score/powerpc.h> instead of <rtems/score/ppc.h>.
This commit is contained in:
@@ -1,3 +1,12 @@
|
|||||||
|
2004-04-13 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||||
|
|
||||||
|
* mpc505/ictrl/ictrl.c, mpc505/vectors/vectors.S,
|
||||||
|
mpc6xx/exceptions/raw_exception.c,
|
||||||
|
mpc8260/exceptions/raw_exception.c,
|
||||||
|
mpc8xx/exceptions/raw_exception.c, rtems/powerpc/cache.h,
|
||||||
|
mpc5xx/ictrl/ictrl.c, mpc5xx/exceptions/raw_exception.c: Include
|
||||||
|
<rtems/score/powerpc.h> instead of <rtems/score/ppc.h>.
|
||||||
|
|
||||||
2004-04-12 David Querbach <querbach@realtime.bc.ca>
|
2004-04-12 David Querbach <querbach@realtime.bc.ca>
|
||||||
|
|
||||||
* README, configure.ac, mpc5xx/Makefile.am,
|
* README, configure.ac, mpc5xx/Makefile.am,
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
#include "ictrl.h"
|
#include "ictrl.h"
|
||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <rtems/score/ppc.h>
|
#include <rtems/score/powerpc.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Internal routines.
|
* Internal routines.
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <rtems/asm.h>
|
#include <rtems/asm.h>
|
||||||
#include <rtems/score/ppc.h>
|
#include <rtems/score/powerpc.h>
|
||||||
#include <rtems/score/ppc_offs.h>
|
#include <rtems/score/ppc_offs.h>
|
||||||
|
|
||||||
/* Vector offsets */
|
/* Vector offsets */
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
#include <rtems/system.h>
|
#include <rtems/system.h>
|
||||||
#include <rtems/score/cpu.h>
|
#include <rtems/score/cpu.h>
|
||||||
#include <rtems/score/ppc.h>
|
#include <rtems/score/powerpc.h>
|
||||||
#include <libcpu/raw_exception.h>
|
#include <libcpu/raw_exception.h>
|
||||||
#include <libcpu/cpuIdent.h>
|
#include <libcpu/cpuIdent.h>
|
||||||
#include <rtems/bspIo.h> /* for printk */
|
#include <rtems/bspIo.h> /* for printk */
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
#include "ictrl.h"
|
#include "ictrl.h"
|
||||||
|
|
||||||
#include <rtems.h>
|
#include <rtems.h>
|
||||||
#include <rtems/score/ppc.h>
|
#include <rtems/score/powerpc.h>
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Internal routines.
|
* Internal routines.
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
* $Id$
|
* $Id$
|
||||||
*/
|
*/
|
||||||
#include <rtems/system.h>
|
#include <rtems/system.h>
|
||||||
#include <rtems/score/ppc.h>
|
#include <rtems/score/powerpc.h>
|
||||||
#include <rtems/bspIo.h>
|
#include <rtems/bspIo.h>
|
||||||
#include <libcpu/raw_exception.h>
|
#include <libcpu/raw_exception.h>
|
||||||
#include <libcpu/cpuIdent.h>
|
#include <libcpu/cpuIdent.h>
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
#include <string.h> /* memcmp */
|
#include <string.h> /* memcmp */
|
||||||
#include <rtems/system.h>
|
#include <rtems/system.h>
|
||||||
#include <rtems/score/ppc.h>
|
#include <rtems/score/powerpc.h>
|
||||||
#include <rtems/bspIo.h>
|
#include <rtems/bspIo.h>
|
||||||
#include <libcpu/raw_exception.h>
|
#include <libcpu/raw_exception.h>
|
||||||
#include <libcpu/cpuIdent.h>
|
#include <libcpu/cpuIdent.h>
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
#include <rtems/system.h>
|
#include <rtems/system.h>
|
||||||
#include <rtems/score/cpu.h>
|
#include <rtems/score/cpu.h>
|
||||||
#include <rtems/score/ppc.h>
|
#include <rtems/score/powerpc.h>
|
||||||
#include <libcpu/raw_exception.h>
|
#include <libcpu/raw_exception.h>
|
||||||
#include <libcpu/cpuIdent.h>
|
#include <libcpu/cpuIdent.h>
|
||||||
#include <rtems/bspIo.h> /* for printk */
|
#include <rtems/bspIo.h> /* for printk */
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
#ifndef _rtems_powerpc_cache_h
|
#ifndef _rtems_powerpc_cache_h
|
||||||
#define _rtems_powerpc_cache_h
|
#define _rtems_powerpc_cache_h
|
||||||
|
|
||||||
#include <rtems/score/ppc.h>
|
#include <rtems/score/powerpc.h>
|
||||||
|
|
||||||
#ifdef _OLD_EXCEPTIONS
|
#ifdef _OLD_EXCEPTIONS
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user