Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <richard@nod.at>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Richard Weinberger and committed by
Linus Torvalds
8c95aa60 31c1771c

+6
+6
arch/um/include/asm/percpu.h
··· 1 + #ifndef __UM_PERCPU_H 2 + #define __UM_PERCPU_H 3 + 4 + #include <asm-generic/percpu.h> 5 + 6 + #endif /* __UM_PERCPU_H */