8c95aa60d2
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>
7 lines
105 B
C
7 lines
105 B
C
#ifndef __UM_PERCPU_H
|
|
#define __UM_PERCPU_H
|
|
|
|
#include <asm-generic/percpu.h>
|
|
|
|
#endif /* __UM_PERCPU_H */
|