diff options
author | Jeff Dike <jdike@addtoit.com> | 2007-06-23 17:16:39 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-06-24 08:59:11 -0700 |
commit | 4c18a325645bf98850ca84037fff05de1836e785 (patch) | |
tree | dad5853c40d22b0369355bdbddc28a3a246fce5b /include | |
parent | 08932a198345c80d20cfa055a45464cebb9ff93b (diff) | |
download | linux-4c18a325645bf98850ca84037fff05de1836e785.tar.bz2 |
uml: add asm/paravirt.h
Add asm-um/paravirt.h so that i386 headers that get pulled into UML
don't cause build failures when they want asm/paravirt.h.
Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-um/paravirt.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-um/paravirt.h b/include/asm-um/paravirt.h new file mode 100644 index 000000000000..9d6aaad80b5f --- /dev/null +++ b/include/asm-um/paravirt.h @@ -0,0 +1,6 @@ +#ifndef __UM_PARAVIRT_H +#define __UM_PARAVIRT_H + +#include "asm/arch/paravirt.h" + +#endif |