interrupt levels

Chris Johns chrisj at rtems.org
Wed Aug 2 01:34:53 UTC 2006


Allan Hessenflow wrote:
> Also, who is responsible for setting that level to
> enable interrupts?  I did a quick grep and didn't see who is doing it,
> just a lot of disable/enable pairs.

Interrupts are enabled when the first context switch occurs. The default 
stack frame created when the task is created should have the CPU mask 
lowered.

Regards
Chris



More information about the users mailing list