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
View File
@@ -9,7 +9,10 @@
#ifndef _KERNEL_LOCK_H
#define _KERNEL_LOCK_H
#include <OS.h>
#include <arch/atomic.h>
#include <debug.h>