mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-21 18:55:17 +08:00
Update due to API changes
This commit is contained in:
@@ -145,7 +145,7 @@ rtems_bsd_initialize(void)
|
||||
sbt_timethreshold = bttosbt(bt_timethreshold);
|
||||
sbt_tickthreshold = bttosbt(bt_tickthreshold);
|
||||
maxusers = 1;
|
||||
maxid_maxcpus = (int) rtems_get_processor_count();
|
||||
maxid_maxcpus = (int) rtems_scheduler_get_processor_maximum();
|
||||
|
||||
mkdir("/etc", S_IRWXU | S_IRWXG | S_IRWXO);
|
||||
|
||||
|
Reference in New Issue
Block a user