1
0
Fork 0

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>
hifive-unleashed-5.1
Jeff Dike 2007-06-23 17:16:39 -07:00 committed by Linus Torvalds
parent 08932a1983
commit 4c18a32564
1 changed files with 6 additions and 0 deletions

View File

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