mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
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>
7 lines
88 B
C
7 lines
88 B
C
#ifndef __UM_PARAVIRT_H
|
|
#define __UM_PARAVIRT_H
|
|
|
|
#include "asm/arch/paravirt.h"
|
|
|
|
#endif
|