Changeset 86c9eb0 in rtems
- Timestamp:
- Jan 11, 2000, 2:57:41 PM (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 4fa5eae
- Parents:
- 0f59d63f
- Location:
- c/src/lib/libcpu
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/mips/clock/ckinit.c
r0f59d63f r86c9eb0 192 192 if ( rtems_configuration_get_ticks_per_timeslice() ) { 193 193 /* mips: turn off the timer interrupts */ 194 disable_int( CLOCK_VECTOR_MASK);194 disable_int(~CLOCK_VECTOR_MASK); 195 195 } 196 196 } -
c/src/lib/libcpu/mips64orion/clock/ckinit.c
r0f59d63f r86c9eb0 192 192 if ( rtems_configuration_get_ticks_per_timeslice() ) { 193 193 /* mips: turn off the timer interrupts */ 194 disable_int( CLOCK_VECTOR_MASK);194 disable_int(~CLOCK_VECTOR_MASK); 195 195 } 196 196 }
Note: See TracChangeset
for help on using the changeset viewer.