summaryrefslogtreecommitdiff
path: root/cpus.h
AgeCommit message (Expand)AuthorFilesLines
2013-06-12cpus: let it always return an unsigned int and bail out on errorDaniel Borkmann1-4/+16
2013-06-04cpus: break out cpu related functions from xutilsDaniel Borkmann1-0/+16
/>
authorLinus Torvalds <torvalds@linux-foundation.org>2016-09-24 12:30:12 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2016-09-24 12:30:12 -0700
commit4b8b0ff60f1d6553914a5fc17f16f9aa38a2036e (patch)
tree4c841fbb7ae2baf0a8a9926f717079408eb51cbd
parent0f26574178f6c698e5d76e66ca68a95cc35eef9f (diff)
parente875bd66dfb68f4e898e9a43ef42858c504a7f23 (diff)
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull irq fixes from Thomas Gleixner: "Three fixes for irq core and irq chip drivers: - Do not set the irq type if type is NONE. Fixes a boot regression on various SoCs - Use the proper cpu for setting up the GIC target list. Discovered by the cpumask debugging code. - A rather large fix for the MIPS-GIC so per cpu local interrupts work again. This was discovered late because the code falls back to slower timers which use normal device interrupts" * 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: irqchip/mips-gic: Fix local interrupts irqchip/gicv3: Silence noisy DEBUG_PER_CPU_MAPS warning genirq: Skip chained interrupt trigger setup if type is IRQ_TYPE_NONE
Diffstat