commit | 39f78b9b85b9429806237c9c6aa2e45e31dca023 | [log] [tgz] |
---|---|---|
author | Andy Ross <andrew.j.ross@intel.com> | Wed Dec 06 12:05:01 2017 -0800 |
committer | Anas Nashif <nashif@linux.intel.com> | Fri Feb 16 10:44:29 2018 -0500 |
tree | 8d30bb8781e31d7c6379f7083a373b641f824ed8 | |
parent | 078259dc7f278380424f8e2e0909daba3321b91c [diff] |
drivers/timer/xtensa_sys_timer: Correctly declare ISR The existing hand-written interrupt code is manually calling the timer ISR, which is sort of silly and about to be replaced. Correctly declare the ISR with IRQ_CONNECT() so that a conventional interrupt handling implementation can find it. With current code this is a noop. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>