x86: move defs around to allow paravirt.h to just include page_types.h

Signed-off-by: Jeremy Fitzhardinge <jeremy@goop.org>
This commit is contained in:
Jeremy Fitzhardinge
2009-02-08 23:42:01 -08:00
committed by Jeremy Fitzhardinge
parent 1dfc07aad5
commit e42778de31
4 changed files with 77 additions and 79 deletions

View File

@@ -4,7 +4,7 @@
* para-virtualization: those hooks are defined here. */
#ifdef CONFIG_PARAVIRT
#include <asm/page.h>
#include <asm/page_types.h>
#include <asm/asm.h>
/* Bitmask of what can be clobbered: usually at least eax. */