vserver 1.9.3
[linux-2.6.git] / arch / i386 / kernel / asm-offsets.c
index 6248bf2..38d82e3 100644 (file)
@@ -62,4 +62,5 @@ void foo(void)
                 sizeof(struct tss_struct));
 
        DEFINE(PAGE_SIZE_asm, PAGE_SIZE);
+       DEFINE(VSYSCALL_BASE, __fix_to_virt(FIX_VSYSCALL));
 }