diff options
author | Uros Majstorovic <majstor@majstor.org> | 2019-11-24 18:25:18 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2019-11-24 18:25:18 +0100 |
commit | 22a79e03a60bed3df7ba24015564c4b48bb811cb (patch) | |
tree | 51c5ec4bf4fbf52e13af34d08df71c5218e22317 /code/fe310/eos/timer.c | |
parent | 3eb69c840d1f42d6584834406bd2fb9413a8293a (diff) |
fixed evt msg get; cleanup
Diffstat (limited to 'code/fe310/eos/timer.c')
-rw-r--r-- | code/fe310/eos/timer.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/code/fe310/eos/timer.c b/code/fe310/eos/timer.c index 6589c06..ed6aac4 100644 --- a/code/fe310/eos/timer.c +++ b/code/fe310/eos/timer.c @@ -48,10 +48,6 @@ void eos_timer_handle(void) { if (*mtimecmp == 0) clear_csr(mie, MIP_MTIP); } -void handle_m_time_interrupt(void) { - return eos_timer_handle(); -} - void eos_timer_init(void) { int i; uint64_t *mtimecmp = (uint64_t *) (CLINT_CTRL_ADDR + CLINT_MTIMECMP); |