Skip to content
Snippets Groups Projects
Select Git revision
  • df45eddc60e1ab4c81b61e240271eabb4fb176e8
  • vme-testing default
  • ci-test
  • master
  • remoteproc
  • am625-sk-ov5640
  • pcal6534-upstreaming
  • lps22df-upstreaming
  • msc-upstreaming
  • imx8mp
  • iio/noa1305
  • vme-next
  • vme-next-4.14-rc4
  • v4.14-rc4
  • v4.14-rc3
  • v4.14-rc2
  • v4.14-rc1
  • v4.13
  • vme-next-4.13-rc7
  • v4.13-rc7
  • v4.13-rc6
  • v4.13-rc5
  • v4.13-rc4
  • v4.13-rc3
  • v4.13-rc2
  • v4.13-rc1
  • v4.12
  • v4.12-rc7
  • v4.12-rc6
  • v4.12-rc5
  • v4.12-rc4
  • v4.12-rc3
32 results

irq.c

  • Adrian Bunk's avatar
    81e48073
    m32r/kernel/: cleanups · 81e48073
    Adrian Bunk authored
    
    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: default avatarAdrian Bunk <bunk@kernel.org>
    Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
    Signed-off-by: default avatarHirokazu Takata <takata@linux-m32r.org>
    81e48073
    History
    m32r/kernel/: cleanups
    Adrian Bunk authored
    
    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: default avatarAdrian Bunk <bunk@kernel.org>
    Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
    Signed-off-by: default avatarHirokazu Takata <takata@linux-m32r.org>