Unused remnants Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Reviewed-by: Steven Rostedt (VMware) <[email protected]> Tested-by: Marco Elver <[email protected]> --- --- a/arch/x86/entry/thunk_32.S +++ b/arch/x86/entry/thunk_32.S @@ -29,11 +29,6 @@ SYM_CODE_START_NOALIGN(\name) SYM_CODE_END(\name) .endm -#ifdef CONFIG_TRACE_IRQFLAGS - THUNK trace_hardirqs_on_thunk,trace_hardirqs_on_caller,1 - THUNK trace_hardirqs_off_thunk,trace_hardirqs_off_caller,1 -#endif - #ifdef CONFIG_PREEMPTION THUNK preempt_schedule_thunk, preempt_schedule THUNK preempt_schedule_notrace_thunk, preempt_schedule_notrace
- [PATCH v2 00/11] TRACE_IRQFLAGS wreckage Peter Zijlstra
- [PATCH v2 08/11] nds32: Implement arch_irqs_disable... Peter Zijlstra
- [PATCH v2 04/11] cpuidle: Make CPUIDLE_FLAG_TLB_FLU... Peter Zijlstra
- [PATCH v2 07/11] locking/lockdep: Cleanup Peter Zijlstra
- [PATCH v2 01/11] lockdep: Use raw_cpu_*() for per-c... Peter Zijlstra
- [PATCH v2 10/11] lockdep: Only trace IRQ edges Peter Zijlstra
- [PATCH v2 09/11] arm64: Implement arch_irqs_disable... Peter Zijlstra
- [PATCH v2 05/11] cpuidle: Move trace_cpu_idle() int... Peter Zijlstra
- [PATCH v2 06/11] x86/entry: Remove unused THUNKs Peter Zijlstra
- [PATCH v2 11/11] lockdep,trace: Expose tracepoints Peter Zijlstra
- [PATCH v2 03/11] sched,idle,rcu: Push rcu_idle deep... Peter Zijlstra
- [PATCH v2 02/11] cpuidle: Fixup IRQ state Peter Zijlstra
- Re: [PATCH v2 02/11] cpuidle: Fixup IRQ state Rafael J. Wysocki
- Re: [PATCH v2 00/11] TRACE_IRQFLAGS wreckage peterz

