X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=include%2Fasm-i386%2Fpage.h;h=f5bf544c729a373aa4ec1832aa9fa3cd55a13800;hb=b197ba3c70638a3a2ae39296781912f26ac0f991;hp=e3a552fa5538744bd578d6351c8c23756774c782;hpb=52ab3f3dc711eeccbfbcc5d4f5c5d9b9ff59650f;p=cascardo%2Flinux.git diff --git a/include/asm-i386/page.h b/include/asm-i386/page.h index e3a552fa5538..f5bf544c729a 100644 --- a/include/asm-i386/page.h +++ b/include/asm-i386/page.h @@ -96,6 +96,8 @@ typedef struct { unsigned long pgprot; } pgprot_t; #ifndef __ASSEMBLY__ +struct vm_area_struct; + /* * This much address space is reserved for vmalloc() and iomap() * as well as fixmap mappings. @@ -139,6 +141,7 @@ extern int page_is_ram(unsigned long pagenr); #include #include +#define __HAVE_ARCH_GATE_AREA 1 #endif /* __KERNEL__ */ #endif /* _I386_PAGE_H */