diff options
author | Jeff Dike <jdike@addtoit.com> | 2008-01-30 13:31:17 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 13:31:17 +0100 |
commit | 634e49723b08d15f4cb9860ea86547fbd2eeae18 (patch) | |
tree | 357d1399bfa2be4238174da69b68bdb453da57c5 /include/asm-um | |
parent | 1e160cc3f3b5c38bba79c58172e82c1e24934546 (diff) | |
download | op-kernel-dev-634e49723b08d15f4cb9860ea86547fbd2eeae18.zip op-kernel-dev-634e49723b08d15f4cb9860ea86547fbd2eeae18.tar.gz |
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>
Diffstat (limited to 'include/asm-um')
-rw-r--r-- | include/asm-um/asm.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-um/asm.h b/include/asm-um/asm.h new file mode 100644 index 0000000..af1269a --- /dev/null +++ b/include/asm-um/asm.h @@ -0,0 +1,6 @@ +#ifndef __UM_ASM_H +#define __UM_ASM_H + +#include "asm/arch/asm.h" + +#endif |