mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 18:41:00 +07:00
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:
parent
08932a1983
commit
4c18a32564
6
include/asm-um/paravirt.h
Normal file
6
include/asm-um/paravirt.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef __UM_PARAVIRT_H
|
||||
#define __UM_PARAVIRT_H
|
||||
|
||||
#include "asm/arch/paravirt.h"
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user