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
1 changed files with 6 additions and 0 deletions
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 a new issue