From: Andrew Morton Date: Wed, 27 Sep 2006 08:49:42 +0000 (-0700) Subject: [PATCH] fix x86_64-mm-spinlock-cleanup X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2bd0cfbde2c0a74e209acbf045f1298cc2f61e01;p=linux-beck.git [PATCH] fix x86_64-mm-spinlock-cleanup We need processor.h for cpu_relax(). Cc: Andi Kleen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/include/asm-x86_64/spinlock.h b/include/asm-x86_64/spinlock.h index be7a9e629fb2..3daf5b005905 100644 --- a/include/asm-x86_64/spinlock.h +++ b/include/asm-x86_64/spinlock.h @@ -4,6 +4,7 @@ #include #include #include +#include /* * Your basic SMP spinlocks, allowing only a single CPU anywhere