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:
Jeff Dike 2008-01-30 13:31:17 +01:00 committed by Ingo Molnar
parent 1e160cc3f3
commit 634e49723b
1 changed files with 6 additions and 0 deletions

6
include/asm-um/asm.h Normal file
View File

@ -0,0 +1,6 @@
#ifndef __UM_ASM_H
#define __UM_ASM_H
#include "asm/arch/asm.h"
#endif