]> git.karo-electronics.de Git - linux-beck.git/commit
s390: Avoid call to irq_reserve_irqs()
authorThomas Gleixner <tglx@linutronix.de>
Wed, 7 May 2014 15:44:20 +0000 (15:44 +0000)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 16 May 2014 12:05:22 +0000 (14:05 +0200)
commitbe4034016c11f8913d38fccf692007fab1c50be1
treeb1f94d3d19f4104d5f237328b4c126ed83f1b68e
parent5fdaf1bf8a60f73a11cb4431fd06daa2b295a327
s390: Avoid call to irq_reserve_irqs()

There is no need to mark the lower interrupts as reserved in order to
exclude them from dynamic allocation.

Provide arch_dynirq_lower_bound() to exclude the lower space.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Grant Likely <grant.likely@linaro.org>
Cc: Tony Luck <tony.luck@intel.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: linux390@de.ibm.com
Link: http://lkml.kernel.org/r/20140507154339.811205235@linutronix.de
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/s390/kernel/irq.c