aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/fork.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/fork.c')
-rw-r--r--kernel/fork.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/kernel/fork.c b/kernel/fork.c
index 2c8857e12855..743d48f4d711 100644
--- a/kernel/fork.c
+++ b/kernel/fork.c
@@ -1280,11 +1280,7 @@ static struct task_struct *copy_process(unsigned long clone_flags,
1280#endif 1280#endif
1281#ifdef CONFIG_TRACE_IRQFLAGS 1281#ifdef CONFIG_TRACE_IRQFLAGS
1282 p->irq_events = 0; 1282 p->irq_events = 0;
1283#ifdef __ARCH_WANT_INTERRUPTS_ON_CTXSW
1284 p->hardirqs_enabled = 1;
1285#else
1286 p->hardirqs_enabled = 0; 1283 p->hardirqs_enabled = 0;
1287#endif
1288 p->hardirq_enable_ip = 0; 1284 p->hardirq_enable_ip = 0;
1289 p->hardirq_enable_event = 0; 1285 p->hardirq_enable_event = 0;
1290 p->hardirq_disable_ip = _THIS_IP_; 1286 p->hardirq_disable_ip = _THIS_IP_;