summaryrefslogtreecommitdiff
path: root/die.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-05die: Rename *_panic_func to *_panic_handlerVadim Kochan1-2/+2
2015-05-04trafgen: Delete rfmon mac80211 device on panicVadim Kochan1-9/+18
2015-04-21netsniff-ng: Delete rfmon mac80211 device in case of panicVadim Kochan1-0/+31
h>tree47eb2b64c9805c1a3dfb69a4505ec8a53a2d99dd parentd44ffa5ae70a15a15190aa9ffa6f6acdeae1d25c (diff)
irqchip/gic-v3: Use nops macro for Cavium ThunderX erratum 23154
The workaround for Cavium ThunderX erratum 23154 has a homebrew pipeflush built out of NOP sequences around the read of the IAR. This patch converts the code to use the new nops macro, which makes it a little easier to read. Reviewed-by: Mark Rutland <mark.rutland@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Diffstat
-rw-r--r--arch/arm64/include/asm/arch_gicv3.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/arch/arm64/include/asm/arch_gicv3.h b/arch/arm64/include/asm/arch_gicv3.h