X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-x86_64%2Fmach-xen%2Fasm%2Fpage.h;h=7c15b3f476c3783745b2fa0b18e097049f0051fc;hb=97bf2856c6014879bd04983a3e9dfcdac1e7fe85;hp=8aba44cb730c0567d466e5246f792b3b44b75c5b;hpb=76828883507a47dae78837ab5dec5a5b4513c667;p=linux-2.6.git diff --git a/include/asm-x86_64/mach-xen/asm/page.h b/include/asm-x86_64/mach-xen/asm/page.h index 8aba44cb7..7c15b3f47 100644 --- a/include/asm-x86_64/mach-xen/asm/page.h +++ b/include/asm-x86_64/mach-xen/asm/page.h @@ -77,7 +77,6 @@ void copy_page(void *, void *); #define alloc_zeroed_user_highpage(vma, vaddr) alloc_page_vma(GFP_HIGHUSER | __GFP_ZERO, vma, vaddr) #define __HAVE_ARCH_ALLOC_ZEROED_USER_HIGHPAGE - /* * These are used to make use of C type-checking.. */ @@ -145,7 +144,7 @@ static inline pgd_t __pgd(unsigned long x) #define __PHYSICAL_START ((unsigned long)CONFIG_PHYSICAL_START) #define __START_KERNEL (__START_KERNEL_map + __PHYSICAL_START) #define __START_KERNEL_map 0xffffffff80000000UL -#define __PAGE_OFFSET 0xffff880000000000UL +#define __PAGE_OFFSET 0xffff880000000000UL #else #define __PHYSICAL_START CONFIG_PHYSICAL_START @@ -171,6 +170,12 @@ static inline pgd_t __pgd(unsigned long x) #define KERNEL_TEXT_SIZE (40UL*1024*1024) #define KERNEL_TEXT_START 0xffffffff80000000UL +#ifndef __ASSEMBLY__ + +#include + +#endif /* __ASSEMBLY__ */ + #define PAGE_OFFSET ((unsigned long)__PAGE_OFFSET) /* Note: __pa(&symbol_visible_to_c) should be always replaced with __pa_symbol.