4c18a32564
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>
6 lines
88 B
C
6 lines
88 B
C
#ifndef __UM_PARAVIRT_H
|
|
#define __UM_PARAVIRT_H
|
|
|
|
#include "asm/arch/paravirt.h"
|
|
|
|
#endif
|