Commit 4c18a325645bf98850ca84037fff05de1836e785

Authored by Jeff Dike
Committed by Linus Torvalds
1 parent 08932a1983

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>

Showing 1 changed file with 6 additions and 0 deletions Side-by-side Diff

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