projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
133d205
)
[PATCH] fix x86_64-mm-spinlock-cleanup
author
Andrew Morton
<akpm@osdl.org>
Wed, 27 Sep 2006 08:49:42 +0000
(
01:49
-0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Wed, 27 Sep 2006 15:26:11 +0000
(08:26 -0700)
We need processor.h for cpu_relax().
Cc: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/asm-x86_64/spinlock.h
patch
|
blob
|
history
diff --git
a/include/asm-x86_64/spinlock.h
b/include/asm-x86_64/spinlock.h
index be7a9e629fb262ebecef04fe3bd454752816c7ae..3daf5b0059054994c04ba2bce41a8dfa81f701fc 100644
(file)
--- a/
include/asm-x86_64/spinlock.h
+++ b/
include/asm-x86_64/spinlock.h
@@
-4,6
+4,7
@@
#include <asm/atomic.h>
#include <asm/rwlock.h>
#include <asm/page.h>
+#include <asm/processor.h>
/*
* Your basic SMP spinlocks, allowing only a single CPU anywhere