vserver 1.9.5.x5
[linux-2.6.git] / arch / x86_64 / kernel / asm-offsets.c
index 37d12fa..0c1de4a 100644 (file)
@@ -8,6 +8,7 @@
 #include <linux/stddef.h>
 #include <linux/errno.h> 
 #include <linux/hardirq.h>
+#include <linux/suspend.h>
 #include <asm/pda.h>
 #include <asm/processor.h>
 #include <asm/segment.h>
@@ -61,6 +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));
        return 0;
 }