Pull button into test branch
[linux-drm-fsl-dcu.git] / arch / xtensa / kernel / asm-offsets.c
index 840cd9a1d3d29349d8ee377ac5da14dde7d8929d..b256cfbef3447bfcc647904e7ccc1c6cdd123f21 100644 (file)
@@ -15,7 +15,6 @@
 #include <asm/processor.h>
 
 #include <linux/types.h>
-#include <linux/sched.h>
 #include <linux/stddef.h>
 #include <linux/thread_info.h>
 #include <linux/ptrace.h>
@@ -88,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;
 }