X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=arch%2Fi386%2Fmm%2Fboot_ioremap.c;h=4de95a17a7d4de6e7cefc8604da03f3dda0fa56f;hb=refs%2Fheads%2Fvserver;hp=5cf739a445b48060ae94c6c8d4d6bbb61dbf3339;hpb=16c70f8c1b54b61c3b951b6fb220df250fe09b32;p=linux-2.6.git diff --git a/arch/i386/mm/boot_ioremap.c b/arch/i386/mm/boot_ioremap.c index 5cf739a44..4de95a17a 100644 --- a/arch/i386/mm/boot_ioremap.c +++ b/arch/i386/mm/boot_ioremap.c @@ -16,6 +16,7 @@ */ #undef CONFIG_X86_PAE +#undef CONFIG_PARAVIRT #include #include #include @@ -30,7 +31,7 @@ #define BOOT_PTE_PTRS (PTRS_PER_PTE*2) -static unsigned long boot_pte_index(unsigned long vaddr) +static unsigned long boot_pte_index(unsigned long vaddr) { return __pa(vaddr) >> PAGE_SHIFT; }