forked from Imagelibrary/rtems
bugfixes for mpc8349eamds BSP
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -107,7 +107,7 @@ extern "C" {
|
||||
* predefines.
|
||||
*/
|
||||
|
||||
#if defined(ppc403) || defined(ppc405)
|
||||
#if defined(ppc403)
|
||||
/*
|
||||
* IBM 403
|
||||
*
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user