|
@@ -1421,17 +1421,17 @@ struct task_struct {
|
|
#endif
|
|
#endif
|
|
#ifdef CONFIG_TRACE_IRQFLAGS
|
|
#ifdef CONFIG_TRACE_IRQFLAGS
|
|
unsigned int irq_events;
|
|
unsigned int irq_events;
|
|
- int hardirqs_enabled;
|
|
|
|
unsigned long hardirq_enable_ip;
|
|
unsigned long hardirq_enable_ip;
|
|
- unsigned int hardirq_enable_event;
|
|
|
|
unsigned long hardirq_disable_ip;
|
|
unsigned long hardirq_disable_ip;
|
|
|
|
+ unsigned int hardirq_enable_event;
|
|
unsigned int hardirq_disable_event;
|
|
unsigned int hardirq_disable_event;
|
|
- int softirqs_enabled;
|
|
|
|
|
|
+ int hardirqs_enabled;
|
|
|
|
+ int hardirq_context;
|
|
unsigned long softirq_disable_ip;
|
|
unsigned long softirq_disable_ip;
|
|
- unsigned int softirq_disable_event;
|
|
|
|
unsigned long softirq_enable_ip;
|
|
unsigned long softirq_enable_ip;
|
|
|
|
+ unsigned int softirq_disable_event;
|
|
unsigned int softirq_enable_event;
|
|
unsigned int softirq_enable_event;
|
|
- int hardirq_context;
|
|
|
|
|
|
+ int softirqs_enabled;
|
|
int softirq_context;
|
|
int softirq_context;
|
|
#endif
|
|
#endif
|
|
#ifdef CONFIG_LOCKDEP
|
|
#ifdef CONFIG_LOCKDEP
|