aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/include/asm/thread_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/include/asm/thread_info.h')
-rw-r--r--arch/mips/include/asm/thread_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/thread_info.h b/arch/mips/include/asm/thread_info.h
index b2050b9e64b1..178f7924149a 100644
--- a/arch/mips/include/asm/thread_info.h
+++ b/arch/mips/include/asm/thread_info.h
@@ -44,7 +44,7 @@ struct thread_info {
44#define INIT_THREAD_INFO(tsk) \ 44#define INIT_THREAD_INFO(tsk) \
45{ \ 45{ \
46 .task = &tsk, \ 46 .task = &tsk, \
47 .exec_domain = &default_exec_domain, \ 47 .exec_domain = &default_exec_domain, \
48 .flags = _TIF_FIXADE, \ 48 .flags = _TIF_FIXADE, \
49 .cpu = 0, \ 49 .cpu = 0, \
50 .preempt_count = INIT_PREEMPT_COUNT, \ 50 .preempt_count = INIT_PREEMPT_COUNT, \