kernel/x86: Inline atomic functions and memory barriers

This commit is contained in:
Pawel Dziepak
2014-01-06 09:08:53 +01:00
parent 8235bbc996
commit 8cf8e53774
10 changed files with 301 additions and 55 deletions
+3 -2
View File
@@ -11,12 +11,13 @@
#include <OS.h>
#include <thread_types.h>
#include <arch/thread.h>
#include <arch/atomic.h>
#include <arch/thread.h>
// For the thread blocking inline functions only.
#include <kscheduler.h>
#include <ksignal.h>
#include <thread_types.h>
struct arch_fork_arg;