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>
This commit is contained in:
Родитель
08932a1983
Коммит
4c18a32564
|
@ -0,0 +1,6 @@
|
|||
#ifndef __UM_PARAVIRT_H
|
||||
#define __UM_PARAVIRT_H
|
||||
|
||||
#include "asm/arch/paravirt.h"
|
||||
|
||||
#endif
|
Загрузка…
Ссылка в новой задаче