forked from Imagelibrary/rtems
2007-12-01 Till Straumann <strauman@slac.stanford.edu>
* shared/vme/vmeconfig.c: Include <libcpu/bat.h> only if the BSP-specific configuration header (VMEConfig.h) defines BSP_VME_BAT_IDX so that this file can be used on CPUs w/o bats (e500).
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
2007-12-01 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* shared/vme/vmeconfig.c: Include <libcpu/bat.h> only
|
||||
if the BSP-specific configuration header (VMEConfig.h)
|
||||
defines BSP_VME_BAT_IDX so that this file can be used
|
||||
on CPUs w/o bats (e500).
|
||||
|
||||
2007-11-30 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
* shared/startup/bspstart: removed _Cpu_table.exceptions_in_RAM.
|
||||
|
||||
@@ -52,7 +52,9 @@
|
||||
#include <bsp.h>
|
||||
#include <bsp/VME.h>
|
||||
#include <bsp/VMEConfig.h>
|
||||
#ifdef BSP_VME_BAT_IDX
|
||||
#include <libcpu/bat.h>
|
||||
#endif
|
||||
#include <rtems/bspIo.h>
|
||||
|
||||
extern int BSP_VMEInit();
|
||||
|
||||
Reference in New Issue
Block a user