Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8c95aa60 authored by Richard Weinberger's avatar Richard Weinberger Committed by Linus Torvalds
Browse files

um: add asm/percpu.h



To make SLUB work on UML we need this_cpu_cmpxchg from
asm-generic/percpu.h.

Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 31c1771c
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
#ifndef __UM_PERCPU_H
#define __UM_PERCPU_H

#include <asm-generic/percpu.h>

#endif /* __UM_PERCPU_H */