Files
mckernel/kernel
Dominique Martinet 3e3ccf377c compiler.h: add READ_ONCE/WRITE_ONCE macro
These macros are needed to make sure the compiler does not optimize away
atomic constructs such as "while (!READ_ONCE(foo))" loops that do not
modify foo within the loop

Also move the barrier() define where it belongs while we are here, it is
needed for READ_ONCE/WRITE_ONCE and including ihk/cpu.h here causes
include loops

Change-Id: Ia533a849ed674719ccbc0495be47d22a3c47b8f8
2018-10-11 08:54:13 +00:00
..
2018-07-26 14:16:31 +09:00
2014-03-30 16:14:19 +09:00
2018-10-04 14:31:02 +09:00
2018-09-04 19:52:10 +09:00
2016-03-08 15:19:03 +09:00
2018-07-26 03:26:25 +00:00
2013-06-06 11:53:30 -05:00
2017-09-04 08:53:32 +09:00
2018-10-01 03:57:16 +00:00
2018-10-04 14:31:02 +09:00