Merge tag 'pci-v4.1-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
[firefly-linux-kernel-4.4.55.git] / arch / sparc / kernel / traps_32.c
index 6fd386c5232a65dc068d48e811f8508cc771cae6..4f21df7d4f13bd32935f870ec26fa6e03b0f8a01 100644 (file)
@@ -433,7 +433,6 @@ void trap_init(void)
        /* Force linker to barf if mismatched */
        if (TI_UWINMASK    != offsetof(struct thread_info, uwinmask) ||
            TI_TASK        != offsetof(struct thread_info, task) ||
-           TI_EXECDOMAIN  != offsetof(struct thread_info, exec_domain) ||
            TI_FLAGS       != offsetof(struct thread_info, flags) ||
            TI_CPU         != offsetof(struct thread_info, cpu) ||
            TI_PREEMPT     != offsetof(struct thread_info, preempt_count) ||