Changeset bc806d4 in rtems


Ignore:
Timestamp:
04/09/21 06:28:40 (3 years ago)
Author:
Moyano, Gabriel <gabriel.moyano@…>
Branches:
5
Children:
d697769
Parents:
a274b6f
git-author:
Moyano, Gabriel <gabriel.moyano@…> (04/09/21 06:28:40)
git-committer:
Jan Sommer <jan.sommer@…> (04/16/21 06:49:54)
Message:

grlib/genirq: Taking into account that it could be more than one ISR enabled/disabled

Closes #4385

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bsps/shared/grlib/irq/genirq.c

    ra274b6f rbc806d4  
    189189                        }
    190190                        e = isrentry;
    191                 } else {
    192                         enabled += isrentry->enabled;
     191                } else if ( isrentry->enabled ) {
     192                        enabled = 1;
    193193                }
    194194                isrentry = isrentry->next;
Note: See TracChangeset for help on using the changeset viewer.