forked from Imagelibrary/rtems
2006-07-11 Joel Sherrill <joel@OARcorp.com>
* clock/ckinit.c: Actually call the routine to find the LEON3 time.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2006-07-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* clock/ckinit.c: Actually call the routine to find the LEON3 time.
|
||||
|
||||
2006-07-11 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* leon_greth/.cvsignore, leon_greth/leon_greth.c: New files.
|
||||
|
||||
@@ -157,6 +157,8 @@ void Install_clock(
|
||||
{
|
||||
Clock_driver_ticks = 0;
|
||||
|
||||
LEON3_Find_timer();
|
||||
|
||||
clkirq = (LEON3_Timer_Regs->status & 0xfc) >> 3;
|
||||
|
||||
if ( BSP_Configuration.ticks_per_timeslice ) {
|
||||
|
||||
Reference in New Issue
Block a user