2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>

* console/console.c, timer/timer.c: Fix typos in previous commit
	uncovered by MP build.
This commit is contained in:
Joel Sherrill
2007-12-11 21:53:35 +00:00
parent 4c081a041f
commit 2088669c11
3 changed files with 7 additions and 2 deletions

View File

@@ -24,7 +24,7 @@
#if defined(RTEMS_MULTIPROCESSING)
#define LEON3_TIMER_INDEX \
(rtems_configuration_get_user_multiprocessing_table() ? : \
((rtems_configuration_get_user_multiprocessing_table()) ? \
(rtems_configuration_get_user_multiprocessing_table()->node) - 1 : 1)
#else
#define LEON3_TIMER_INDEX 0