vserver 2.0 rc7
[linux-2.6.git] / arch / x86_64 / kernel / asm-offsets.c
index 0c1de4a..35b4c3f 100644 (file)
@@ -62,8 +62,8 @@ int main(void)
               offsetof (struct rt_sigframe32, uc.uc_mcontext));
        BLANK();
 #endif
-       DEFINE(SIZEOF_PBE, sizeof(struct pbe));
        DEFINE(pbe_address, offsetof(struct pbe, address));
        DEFINE(pbe_orig_address, offsetof(struct pbe, orig_address));
+       DEFINE(pbe_next, offsetof(struct pbe, next));
        return 0;
 }