]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - arch/alpha/include/asm/thread_info.h
arch: Remove exec_domain from remaining archs
[mirror_ubuntu-jammy-kernel.git] / arch / alpha / include / asm / thread_info.h
index d5b98ab514bbda2bbd6270ea7802a8a402857f37..32e920a83ae57b88431adaf4957672e6cbdb02f0 100644 (file)
@@ -18,7 +18,6 @@ struct thread_info {
        unsigned int            flags;          /* low level flags */
        unsigned int            ieee_state;     /* see fpu.h */
 
-       struct exec_domain      *exec_domain;   /* execution domain */
        mm_segment_t            addr_limit;     /* thread address space */
        unsigned                cpu;            /* current CPU */
        int                     preempt_count; /* 0 => preemptable, <0 => BUG */
@@ -35,7 +34,6 @@ struct thread_info {
 #define INIT_THREAD_INFO(tsk)                  \
 {                                              \
        .task           = &tsk,                 \
-       .exec_domain    = &default_exec_domain, \
        .addr_limit     = KERNEL_DS,            \
        .preempt_count  = INIT_PREEMPT_COUNT,   \
 }