]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/powerpc/include/asm/thread_info.h
arch: Remove exec_domain from remaining archs
[karo-tx-linux.git] / arch / powerpc / include / asm / thread_info.h
index 72489799cf022f97885f1a973ac2fce7fdf32c6d..7efee4a3240ba291481ccf135725fc8371cdcbee 100644 (file)
@@ -39,7 +39,6 @@
  */
 struct thread_info {
        struct task_struct *task;               /* main task structure */
-       struct exec_domain *exec_domain;        /* execution domain */
        int             cpu;                    /* cpu we're on */
        int             preempt_count;          /* 0 => preemptable,
                                                   <0 => BUG */
@@ -55,7 +54,6 @@ struct thread_info {
 #define INIT_THREAD_INFO(tsk)                  \
 {                                              \
        .task =         &tsk,                   \
-       .exec_domain =  &default_exec_domain,   \
        .cpu =          0,                      \
        .preempt_count = INIT_PREEMPT_COUNT,    \
        .flags =        0,                      \