The irq vector offset should spread the irq's out evenly, which
implies that it should vary between 0-7, not any further (the higher bits are done by updating current_vector by 8). This also means that we don't have any overflow condition.
Showing
Please register or sign in to comment