Merge branch 'x86/header-guards' into x86-v28-for-linus-phase1
Conflicts: include/asm-x86/dma-mapping.h include/asm-x86/gpio.h include/asm-x86/idle.h include/asm-x86/kvm_host.h include/asm-x86/namei.h include/asm-x86/uaccess.h Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef _X86_SPINLOCK_H_
|
||||
#define _X86_SPINLOCK_H_
|
||||
#ifndef ASM_X86__SPINLOCK_H
|
||||
#define ASM_X86__SPINLOCK_H
|
||||
|
||||
#include <asm/atomic.h>
|
||||
#include <asm/rwlock.h>
|
||||
@@ -366,4 +366,4 @@ static inline void __raw_write_unlock(raw_rwlock_t *rw)
|
||||
#define _raw_read_relax(lock) cpu_relax()
|
||||
#define _raw_write_relax(lock) cpu_relax()
|
||||
|
||||
#endif
|
||||
#endif /* ASM_X86__SPINLOCK_H */
|
||||
|
Reference in New Issue
Block a user