1131379b48
Timer interrupts range was defined as 43-47, what overlaps with VIC0 range
(32-64). This was caused probably by a typo while the common interrupts
definition was refactored. This patch moves timer interrupt range to safe
area of 11-15 (just before uart range).
This fixes the commit
|
||
---|---|---|
.. | ||
irqs.h | ||
map-s5p.h | ||
pll.h | ||
s5p-clock.h | ||
s5p6440.h | ||
s5p6442.h | ||
s5pv210.h |