VServer 1.9.2 (patch-2.6.8.1-vs1.9.2.diff)
[linux-2.6.git] / arch / arm / kernel / asm-offsets.c
index 2f251d1..c541324 100644 (file)
@@ -12,6 +12,7 @@
  */
 #include <linux/sched.h>
 #include <linux/mm.h>
+#include <asm/mach/arch.h>
 
 /*
  * Make sure that the compiler and target are compatible.
@@ -59,5 +60,7 @@ int main(void)
   DEFINE(PAGE_SZ,              PAGE_SIZE);
   BLANK();
   DEFINE(SYS_ERROR0,           0x9f0000);
+  BLANK();
+  DEFINE(SIZEOF_MACHINE_DESC,  sizeof(struct machine_desc));
   return 0; 
 }