-
- Downloads
m32r/kernel/: cleanups
This patch contains the following cleanups: - make the following needlessly global code static: - entry.S: resume_userspace - process.c: pm_idle - process.c: default_idle() - smp.c: send_IPI_allbutself() - time.c: timer_interrupt() - time.c: struct irq0 - traps.c: set_eit_vector_entries() - traps.c: kstack_depth_to_print - traps.c: show_trace() - traps.c: die_lock - remove the following unused code: - head.S: startup_32 - process.c: hlt_counter - process.c: disable_hlt() - process.c: enable_hlt() - process.c: dump_task_regs() - remove the following variables and their usages since they were always 0: - irq.c: irq_err_count - irq.c: irq_mis_count Signed-off-by:Adrian Bunk <bunk@kernel.org> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Hirokazu Takata <takata@linux-m32r.org>
Showing
- arch/m32r/kernel/entry.S 1 addition, 1 deletionarch/m32r/kernel/entry.S
- arch/m32r/kernel/head.S 0 additions, 1 deletionarch/m32r/kernel/head.S
- arch/m32r/kernel/irq.c 0 additions, 6 deletionsarch/m32r/kernel/irq.c
- arch/m32r/kernel/process.c 2 additions, 28 deletionsarch/m32r/kernel/process.c
- arch/m32r/kernel/smp.c 2 additions, 2 deletionsarch/m32r/kernel/smp.c
- arch/m32r/kernel/time.c 2 additions, 3 deletionsarch/m32r/kernel/time.c
- arch/m32r/kernel/traps.c 4 additions, 4 deletionsarch/m32r/kernel/traps.c
Loading
Please register or sign in to comment