summaryrefslogtreecommitdiff
path: root/die.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2017-01-11 16:11:37 +0100
committerTobias Klauser <tklauser@distanz.ch>2017-01-11 16:11:37 +0100
commitfeb7ac09c8cf37ef2b01611c2863e1a0123ffeca (patch)
treea21bf12b08cf4b4776347bb2c96592487a0aad88 /die.c
parentfad3a14b7fd8cc490a1625e0dbdf606e4c896476 (diff)
trafgen: parser: Add terminating ';' to mpls_expr and icmpv6_proto rules
The rules mpls_expr and icmpv6_proto are missing a terminating semicolon. Even though bison seems to accept the rules this way, make them consistent with all the others in the file. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'die.c')
0 files changed, 0 insertions, 0 deletions
ns symmetric
The recent commit which prevents double activation of interrupts unearthed interesting code in x86. The code (ab)uses irq_domain_activate_irq() to reconfigure an already activated interrupt. That trips over the prevention code now. Fix it by deactivating the interrupt before activating the new configuration. Fixes: 08d85f3ea99f1 "irqdomain: Avoid activating interrupts more than once" Reported-and-tested-by: Mike Galbraith <efault@gmx.de> Reported-and-tested-by: Borislav Petkov <bp@alien8.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Andrey Ryabinin <aryabinin@virtuozzo.com> Cc: Marc Zyngier <marc.zyngier@arm.com> Cc: stable@vger.kernel.org Link: http://lkml.kernel.org/r/alpine.DEB.2.20.1701311901580.3457@nanos
Diffstat (limited to 'include/dt-bindings/mfd/stm32f4-rcc.h')