bugfixes for mpc8349eamds BSP

This commit is contained in:
Thomas Doerfler
2008-07-17 14:39:17 +00:00
parent ecb869f738
commit 677cf05fe1
5 changed files with 22 additions and 5 deletions

View File

@@ -1,3 +1,12 @@
2008-07-17 Thomas Doerfler <thomas.doerfler@embedded-brains.de>
* rtems/powerpc/powerpc.h:
ppc405 uses definitions distinct from ppc403 now
* shared/src/cache_.h:
use correct powerpc.h to get cache attributes
2008-07-17 Thomas Doerfler <thomas.doerfler@embedded-brains.de>
* shared/include/powerpc-utility.h:

View File

@@ -107,7 +107,7 @@ extern "C" {
* predefines.
*/
#if defined(ppc403) || defined(ppc405)
#if defined(ppc403)
/*
* IBM 403
*

View File

@@ -9,7 +9,7 @@
#ifndef LIBCPU_POWERPC_CACHE_H
#define LIBCPU_POWERPC_CACHE_H
#include <rtems/score/powerpc.h>
#include <rtems/powerpc/powerpc.h>
/* Provide the CPU defines only if we have a cache */
#if PPC_CACHE_ALIGNMENT != PPC_NO_CACHE_ALIGNMENT