Skip to content

Commit

Permalink
uml: add asm-um/asm.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jeff Dike authored and Ingo Molnar committed Jan 30, 2008
1 parent 1e160cc commit 634e497
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions include/asm-um/asm.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#ifndef __UM_ASM_H
#define __UM_ASM_H

#include "asm/arch/asm.h"

#endif

0 comments on commit 634e497

Please sign in to comment.