From: Richard Weinberger Date: Mon, 27 Jun 2011 23:18:05 +0000 (-0700) Subject: um: add asm/percpu.h X-Git-Tag: v3.0-rc5~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8c95aa60d2ae3c4e63705ee0f18e155898b09662;p=profile%2Fcommon%2Fkernel-common.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 0000000..efe7508 --- /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 */