source: rtems/c/src/lib/libbsp/powerpc/mvme3100/include/bspopts.h.in @ 9c28d47

4.104.114.95
Last change on this file since 9c28d47 was b599faa, checked in by Till Straumann <strauman@…>, on 12/14/07 at 06:30:15
  • imported MVME3100 BSP (from SLAC repository)
  • Property mode set to 100644
File size: 884 bytes
Line 
1/* include/bspopts.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to the address where bug reports for this package should be sent. */
4#undef PACKAGE_BUGREPORT
5
6/* Define to the full name of this package. */
7#undef PACKAGE_NAME
8
9/* Define to the full name and version of this package. */
10#undef PACKAGE_STRING
11
12/* Define to the one symbol short name of this package. */
13#undef PACKAGE_TARNAME
14
15/* Define to the version of this package. */
16#undef PACKAGE_VERSION
17
18/* If defined, then the PowerPC specific code in RTEMS will use data cache
19   instructions to optimize the context switch code. This code can conflict
20   with debuggers or emulators. It is known to break the Corelis PowerPC
21   emulator with at least some combinations of PowerPC 603e revisions and
22   emulator versions. The BSP actually contains the call that enables this. */
23#undef PPC_USE_DATA_CACHE
Note: See TracBrowser for help on using the repository browser.