From: Richard Weinberger Date: Mon, 27 Jun 2011 23:18:05 +0000 (-0700) Subject: um: add asm/percpu.h X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=8c95aa60d2ae3c4e63705ee0f18e155898b09662;p=~shefty%2Frdma-dev.git um: add asm/percpu.h To make SLUB work on UML we need this_cpu_cmpxchg from asm-generic/percpu.h. Signed-off-by: Richard Weinberger Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/um/include/asm/percpu.h b/arch/um/include/asm/percpu.h new file mode 100644 index 00000000000..efe7508d8ab --- /dev/null +++ b/arch/um/include/asm/percpu.h @@ -0,0 +1,6 @@ +#ifndef __UM_PERCPU_H +#define __UM_PERCPU_H + +#include + +#endif /* __UM_PERCPU_H */