The following table shows the required OAL variables.
| Programming element | Description |
|---|---|
| bProfileTimerRunning | This variable indicates if the Monte Carlo profiling timer is running or not. |
| CurMSec | This global variable indicates the number of milliseconds since boot. |
| dwReschedTime | This global variable contains the millisecond count of the next time the kernel expects to run the scheduler. |
| IntrMask | This variable tells the kernel which interrupt mask to set in the CPU during the execution of the interrupt service routine. |
| IntrPrio | This global variable array provides the MIPS and SHx kernel with information about which nested interrupts are masked while the current interrupt is being handled. |
| OEMExtraCCR | This global variable configures the cache control register (CCR). |
| SH4CacheLines | This variable defines the number of cache lines available to the kernel. |
For information about the CPU dependencies for the required OAL variables, see CPU Dependencies for OAL Global Variables.
See Also
Send Feedback on this topic to the authors