X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fasm-i386%2Ffixmap.h;h=80ea052ee3a4e1bce7f4c9f0f8564fffada8b538;hb=5270f2901d6ba38724d0e9e4b637e660f1ca85f7;hp=3e9f610c35df97d64d151189f1ab104629d16220;hpb=bcd8b54f7d9c980b945d3f1cc48f76f2fa6e2e1b;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git diff --git a/include/asm-i386/fixmap.h b/include/asm-i386/fixmap.h index 3e9f610..80ea052 100644 --- a/include/asm-i386/fixmap.h +++ b/include/asm-i386/fixmap.h @@ -19,13 +19,9 @@ * Leave one empty page between vmalloc'ed areas and * the start of the fixmap. */ -#ifndef CONFIG_COMPAT_VDSO extern unsigned long __FIXADDR_TOP; -#else -#define __FIXADDR_TOP 0xfffff000 -#define FIXADDR_USER_START __fix_to_virt(FIX_VDSO) -#define FIXADDR_USER_END __fix_to_virt(FIX_VDSO - 1) -#endif +#define FIXADDR_USER_START __fix_to_virt(FIX_VDSO) +#define FIXADDR_USER_END __fix_to_virt(FIX_VDSO - 1) #ifndef __ASSEMBLY__ #include @@ -88,6 +84,9 @@ enum fixed_addresses { #ifdef CONFIG_PCI_MMCONFIG FIX_PCIE_MCFG, #endif +#ifdef CONFIG_PARAVIRT + FIX_PARAVIRT_BOOTMAP, +#endif __end_of_permanent_fixed_addresses, /* temporary boot-time mappings, used before ioremap() is functional */ #define NR_FIX_BTMAPS 16