smp: Add PowerPC support

This commit is contained in:
Sebastian Huber
2013-01-18 09:42:49 +01:00
parent bbed18668f
commit ffbeb6f6a3
8 changed files with 142 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ AC_ARG_ENABLE(smp,
[AS_HELP_STRING([--enable-smp],[enable smp interface])],
[case "${enableval}" in
yes) case "${RTEMS_CPU}" in
sparc|i386) RTEMS_HAS_SMP=yes ;;
powerpc|sparc|i386) RTEMS_HAS_SMP=yes ;;
*) RTEMS_HAS_SMP=no ;;
esac
;;