comparison packages/kernel/current/src/common/clock.cxx @ 132:0ae0bc38e387 ecos-sw-2000-10-31

Merge from eCos master repository on 2000-10-31-00:30:36-GMT
author jlarmour
date Tue, 31 Oct 2000 20:53:09 +0000
parents 6ed91473a1cd
children 8f2f7615e727
comparison
equal deleted inserted replaced
131:8461114e4f19 132:0ae0bc38e387
921 rtc->current_value_hi()); 921 rtc->current_value_hi());
922 922
923 rtc->tick( count ); 923 rtc->tick( count );
924 924
925 #ifdef CYGSEM_KERNEL_SCHED_TIMESLICE 925 #ifdef CYGSEM_KERNEL_SCHED_TIMESLICE
926 #if 0 == CYG_SCHED_UNIQUE_PRIORITIES 926 #if 0 == CYGINT_KERNEL_SCHEDULER_UNIQUE_PRIORITIES
927 927
928 // If timeslicing is enabled, call the scheduler to 928 // If timeslicing is enabled, call the scheduler to
929 // handle it. But not if we have unique priorities. 929 // handle it. But not if we have unique priorities.
930 930
931 Cyg_Scheduler::scheduler.timeslice(); 931 Cyg_Scheduler::scheduler.timeslice();