mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-24 17:23:25 -05:00
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>
This commit is contained in:
parent
31c1771cdb
commit
8c95aa60d2
1 changed files with 6 additions and 0 deletions
6
arch/um/include/asm/percpu.h
Normal file
6
arch/um/include/asm/percpu.h
Normal file
|
@ -0,0 +1,6 @@
|
|||
#ifndef __UM_PERCPU_H
|
||||
#define __UM_PERCPU_H
|
||||
|
||||
#include <asm-generic/percpu.h>
|
||||
|
||||
#endif /* __UM_PERCPU_H */
|
Loading…
Add table
Reference in a new issue