]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/xtensa/kernel/asm-offsets.c
mv643xx_eth: move mac_addr inside mv643xx_eth_platform_data
[linux-2.6-omap-h63xx.git] / arch / xtensa / kernel / asm-offsets.c
index 7cd1d7f8f608f4df52317d5e85976df79e69c6bd..b256cfbef3447bfcc647904e7ccc1c6cdd123f21 100644 (file)
@@ -87,6 +87,11 @@ int main(void)
        DEFINE(MM_CONTEXT, offsetof (struct mm_struct, context));
        BLANK();
        DEFINE(PT_SINGLESTEP_BIT, PT_SINGLESTEP_BIT);
+
+       /* constants */
+       DEFINE(_CLONE_VM, CLONE_VM);
+       DEFINE(_CLONE_UNTRACED, CLONE_UNTRACED);
+
        return 0;
 }