Quick hack to avoid compiling this for machines other than the one Till's

now using.  Definitely needs to be fixed properly 'some day'.
This commit is contained in:
W. Eric Norum
2003-08-12 15:39:48 +00:00
parent e967392227
commit 7fc94de997

View File

@@ -14,6 +14,9 @@
*
*/
#if defined(__PPC__) && defined(mpc750)
#include <rtems.h>
#include <bsp.h>
#include <bsp/VME.h>
@@ -316,3 +319,5 @@ void unsolicitedHandlerEPICS(int vectorNumber)
"Interrupt to EPICS disconnected vector"
);
}
#endif /* defined(__PPC__) && defined(mpc750) */