X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fasm-i386%2Ffixmap.h;h=3e9f610c35df97d64d151189f1ab104629d16220;hb=1353ebb4b48151e3810d9a60449edd43a90ea3c3;hp=02428cb366219072fe81d3210279708f52fb5854;hpb=7ff3e52cf2947ebd38c84159af68e5a29d228f6c;p=powerpc.git diff --git a/include/asm-i386/fixmap.h b/include/asm-i386/fixmap.h index 02428cb366..3e9f610c35 100644 --- a/include/asm-i386/fixmap.h +++ b/include/asm-i386/fixmap.h @@ -23,6 +23,8 @@ 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 #ifndef __ASSEMBLY__