Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/ddi/irq.c

    r78ffb70 r96b02eb9  
    136136static size_t buckets;
    137137
    138 /** Last valid INR. */
    139 inr_t last_inr = 0;
    140 
    141138/** Initialize IRQ subsystem.
    142139 *
     
    148145{
    149146        buckets = chains;
    150         last_inr = inrs - 1;
    151 
    152147        /*
    153148         * Be smart about the choice of the hash table operations.
Note: See TracChangeset for help on using the changeset viewer.