Skip to content

Commit 0bf298a

Browse files
xhackerustcpalmer-dabbelt
authored andcommitted
riscv: entry: Remove extra level wrappers of trace_hardirqs_{on,off}
Since riscv is converted to generic entry, there's no need for the extra wrappers of trace_hardirqs_{on,off}. Signed-off-by: Jisheng Zhang <jszhang@kernel.org> Reviewed-by: Guo Ren <guoren@kernel.org> Reviewed-by: Björn Töpel <bjorn@rivosinc.com> Tested-by: Guo Ren <guoren@kernel.org> Signed-off-by: Guo Ren <guoren@kernel.org> Link: https://lore.kernel.org/r/20230222033021.983168-6-guoren@kernel.org Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
1 parent f0bddf5 commit 0bf298a

3 files changed

Lines changed: 0 additions & 40 deletions

File tree

arch/riscv/kernel/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ obj-$(CONFIG_CPU_PM) += suspend_entry.o suspend.o
6868
obj-$(CONFIG_FUNCTION_TRACER) += mcount.o ftrace.o
6969
obj-$(CONFIG_DYNAMIC_FTRACE) += mcount-dyn.o
7070

71-
obj-$(CONFIG_TRACE_IRQFLAGS) += trace_irq.o
72-
7371
obj-$(CONFIG_PERF_EVENTS) += perf_callchain.o
7472
obj-$(CONFIG_HAVE_PERF_REGS) += perf_regs.o
7573
obj-$(CONFIG_RISCV_SBI) += sbi.o

arch/riscv/kernel/trace_irq.c

Lines changed: 0 additions & 27 deletions
This file was deleted.

arch/riscv/kernel/trace_irq.h

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)