2007-12-01 Till Straumann <strauman@slac.stanford.edu>

* shared/pci/detect_raven_bridge.c: use ifdef mvme2100
	rather than ifdef mpc824x so that we don't depend on
	compile-time CPU flavor. Eventually, this should become
	a run-time check.
This commit is contained in:
Till Straumann
2007-12-01 21:28:37 +00:00
parent 89a1112966
commit 4f2d5f021b
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
2007-12-01 Till Straumann <strauman@slac.stanford.edu>
* shared/pci/detect_raven_bridge.c: use ifdef mvme2100
rather than ifdef mpc824x so that we don't depend on
compile-time CPU flavor. Eventually, this should become
a run-time check.
2007-12-01 Till Straumann <strauman@slac.stanford.edu>
* shared/vectors/vectors.h: Give the BSP_Exception_frame

View File

@@ -32,7 +32,7 @@
extern const pci_config_access_functions pci_direct_functions;
extern const pci_config_access_functions pci_indirect_functions;
#if (defined(mpc8240) || defined(mpc8245))
#if defined(mvme2100)
/* FIXME - this should really be in a separate file - the 2100 doesn't
* have a raven chip so there is no point having 2100 code here
*/