commit | 6ca6c28dd391363d9b1bf1575e557cd9d5cd4c60 | [log] [tgz] |
---|---|---|
author | Benjamin Walsh <benjamin.walsh@windriver.com> | Fri Dec 09 13:39:00 2016 -0500 |
committer | Benjamin Walsh <walsh.benj@gmail.com> | Thu Dec 15 15:50:02 2016 -0500 |
tree | 2cea2082339ddedc48ac74e02e11c9c3ec6fded7 | |
parent | d211a52fc0f942ec8cac5ecff37bd549fbe13904 [diff] |
kernel/timers: move tick computation out of irq_lock block These tick computation can take a significant amount of time, and there is no reason to do them with interrupts locked. Change-Id: I2d8803ec6025b827e9450fa493084bbf8be98bad Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>