Go to file
Andrew Boie 15b8ed1a6a arcv2_timer: fix cycle count race
It's possible the timer interrupt could occur when performing the
computation, resulting in incorrect values returned.

It's still possible for bad values to be returned if the function is
called with interrupts locked, but that is only fixable with a second
timer source.

Issue: ZEP-1546
Change-Id: I16d5b04c3e32377f7249eb4fb1bf2f7c22bd0836
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-02-21 01:44:01 +00:00
.known-issues
arch license: replace APL2.0 license with SPDX 2017-02-20 16:59:46 +00:00
boards doc: boards: Move nRF5x DK board doc from the wiki to git 2017-02-15 10:16:02 +00:00
doc doc: add polling API to the kernel primer 2017-02-20 15:35:44 +00:00
drivers arcv2_timer: fix cycle count race 2017-02-21 01:44:01 +00:00
dts license: replace APL2.0 license with SPDX 2017-02-20 16:59:46 +00:00
ext
include license: replace APL2.0 license with SPDX 2017-02-20 16:59:46 +00:00
kernel kernel/sem: fix coding conventions 2017-02-16 04:56:27 +00:00
lib libc: Add isalnum() to ctype.h 2017-02-17 20:39:44 +00:00
misc
samples license: replace APL2.0 license with SPDX 2017-02-20 16:59:46 +00:00
scripts boards: Add panther & panther_ss to sanity 2017-02-20 15:41:31 +00:00
subsys net/mqtt: Remove length computations for some msg fields 2017-02-15 12:20:08 +02:00
tests license: replace APL2.0 license with SPDX 2017-02-20 16:59:46 +00:00
.checkpatch.conf
.gitattributes
.gitignore
.gitreview
.mailmap
defaults.tc
Kbuild
Kconfig
Kconfig.zephyr
LICENSE
MAINTAINERS
Makefile bump version to v1.7.99 2017-02-15 05:46:45 -08:00
Makefile.inc
Makefile.test
zephyr-env.sh