Changeset 5728e8e3 in rtems


Ignore:
Timestamp:
04/09/21 06:28:40 (3 years ago)
Author:
Moyano, Gabriel <gabriel.moyano@…>
Branches:
master
Children:
00f9faf2
Parents:
a316a9d
git-author:
Moyano, Gabriel <gabriel.moyano@…> (04/09/21 06:28:40)
git-committer:
Jan Sommer <jan.sommer@…> (04/16/21 06:46:17)
Message:

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

File:
1 edited

Legend:

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

    ra316a9d r5728e8e3  
    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.