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:
Ralf Corsepius
2004-04-13 10:03:32 +00:00
parent 825808f893
commit f0f1641bff
9 changed files with 17 additions and 8 deletions

View File

@@ -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>
* README, configure.ac, mpc5xx/Makefile.am,

View File

@@ -5,7 +5,7 @@
#include "ictrl.h"
#include <rtems.h>
#include <rtems/score/ppc.h>
#include <rtems/score/powerpc.h>
/*
* Internal routines.

View File

@@ -21,7 +21,7 @@
*/
#include <rtems/asm.h>
#include <rtems/score/ppc.h>
#include <rtems/score/powerpc.h>
#include <rtems/score/ppc_offs.h>
/* Vector offsets */

View File

@@ -25,7 +25,7 @@
#include <rtems/system.h>
#include <rtems/score/cpu.h>
#include <rtems/score/ppc.h>
#include <rtems/score/powerpc.h>
#include <libcpu/raw_exception.h>
#include <libcpu/cpuIdent.h>
#include <rtems/bspIo.h> /* for printk */

View File

@@ -5,7 +5,7 @@
#include "ictrl.h"
#include <rtems.h>
#include <rtems/score/ppc.h>
#include <rtems/score/powerpc.h>
/*
* Internal routines.

View File

@@ -21,7 +21,7 @@
* $Id$
*/
#include <rtems/system.h>
#include <rtems/score/ppc.h>
#include <rtems/score/powerpc.h>
#include <rtems/bspIo.h>
#include <libcpu/raw_exception.h>
#include <libcpu/cpuIdent.h>

View File

@@ -23,7 +23,7 @@
#include <string.h> /* memcmp */
#include <rtems/system.h>
#include <rtems/score/ppc.h>
#include <rtems/score/powerpc.h>
#include <rtems/bspIo.h>
#include <libcpu/raw_exception.h>
#include <libcpu/cpuIdent.h>

View File

@@ -20,7 +20,7 @@
#include <rtems/system.h>
#include <rtems/score/cpu.h>
#include <rtems/score/ppc.h>
#include <rtems/score/powerpc.h>
#include <libcpu/raw_exception.h>
#include <libcpu/cpuIdent.h>
#include <rtems/bspIo.h> /* for printk */

View File

@@ -5,7 +5,7 @@
#ifndef _rtems_powerpc_cache_h
#define _rtems_powerpc_cache_h
#include <rtems/score/ppc.h>
#include <rtems/score/powerpc.h>
#ifdef _OLD_EXCEPTIONS