mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 11:46:40 +07:00
c5c38ef3d7
The nohz full code needs irq work to trigger its own interrupt so that the subsystem can work even when the tick is stopped. Lets introduce arch_irq_work_has_interrupt() that archs can override to tell about their support for this ability. Signed-off-by: Peter Zijlstra <peterz@infradead.org> Cc: Ingo Molnar <mingo@kernel.org> Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
38 lines
866 B
Makefile
38 lines
866 B
Makefile
generic-y += barrier.h
|
|
generic-y += bitsperlong.h
|
|
generic-y += clkdev.h
|
|
generic-y += cputime.h
|
|
generic-y += device.h
|
|
generic-y += emergency-restart.h
|
|
generic-y += errno.h
|
|
generic-y += exec.h
|
|
generic-y += hash.h
|
|
generic-y += hw_irq.h
|
|
generic-y += ioctl.h
|
|
generic-y += ipcbuf.h
|
|
generic-y += irq_regs.h
|
|
generic-y += irq_work.h
|
|
generic-y += kdebug.h
|
|
generic-y += kmap_types.h
|
|
generic-y += kvm_para.h
|
|
generic-y += local.h
|
|
generic-y += local64.h
|
|
generic-y += mcs_spinlock.h
|
|
generic-y += mman.h
|
|
generic-y += mutex.h
|
|
generic-y += percpu.h
|
|
generic-y += preempt.h
|
|
generic-y += resource.h
|
|
generic-y += scatterlist.h
|
|
generic-y += sections.h
|
|
generic-y += shmparam.h
|
|
generic-y += siginfo.h
|
|
generic-y += spinlock.h
|
|
generic-y += statfs.h
|
|
generic-y += termios.h
|
|
generic-y += topology.h
|
|
generic-y += trace_clock.h
|
|
generic-y += types.h
|
|
generic-y += word-at-a-time.h
|
|
generic-y += xor.h
|