mirror of
https://github.com/torvalds/linux.git
synced 2024-11-27 06:31:52 +00:00
uml: add asm-um/asm.h
git-x86.patch introduces asm-x86/asm.h. UML needs to follow this with an asm/asm.h of its own. Signed-off-by: Jeff Dike <jdike@linux.intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
1e160cc3f3
commit
634e49723b
6
include/asm-um/asm.h
Normal file
6
include/asm-um/asm.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef __UM_ASM_H
|
||||
#define __UM_ASM_H
|
||||
|
||||
#include "asm/arch/asm.h"
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user