Files
mckernel/arch/x86_64/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-09-20 01:48:17 +00:00
2018-02-06 10:40:12 +09:00
2018-10-03 06:23:17 +00:00
2018-10-01 03:57:16 +00:00
2018-09-13 07:44:02 +00:00