]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - arch/tile/include/asm/thread_info.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
[linux.git] / arch / tile / include / asm / thread_info.h
index 6130a3db505be91d85041c99a0d9e8551e8f8f24..f804c39a5e4d63998b9a9d75f9ba65fdc2bb0aff 100644 (file)
@@ -26,7 +26,6 @@
  */
 struct thread_info {
        struct task_struct      *task;          /* main task structure */
-       struct exec_domain      *exec_domain;   /* execution domain */
        unsigned long           flags;          /* low level flags */
        unsigned long           status;         /* thread-synchronous flags */
        __u32                   homecache_cpu;  /* CPU we are homecached on */
@@ -51,7 +50,6 @@ struct thread_info {
 #define INIT_THREAD_INFO(tsk)                  \
 {                                              \
        .task           = &tsk,                 \
-       .exec_domain    = &default_exec_domain, \
        .flags          = 0,                    \
        .cpu            = 0,                    \
        .preempt_count  = INIT_PREEMPT_COUNT,   \