summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests')
-rw-r--r--testsuites/psxtests/psxsysconf/init.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxsysconf/init.c b/testsuites/psxtests/psxsysconf/init.c
index 2dd9018722..a008af36bb 100644
--- a/testsuites/psxtests/psxsysconf/init.c
+++ b/testsuites/psxtests/psxsysconf/init.c
@@ -79,7 +79,8 @@ void *POSIX_Init(
);
rtems_test_assert(
- sysconf( _SC_NPROCESSORS_ONLN ) == (long) rtems_get_processor_count()
+ sysconf( _SC_NPROCESSORS_ONLN )
+ == (long) rtems_scheduler_get_processor_maximum()
);
#if defined(__sparc__)