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>

authored by Jeff Dike and committed by Linus Torvalds 4c18a325 08932a19

+6
+6
include/asm-um/paravirt.h
···
··· 1 + #ifndef __UM_PARAVIRT_H 2 + #define __UM_PARAVIRT_H 3 + 4 + #include "asm/arch/paravirt.h" 5 + 6 + #endif