summaryrefslogtreecommitdiff
path: root/bpf_ext.h
AgeCommit message (Collapse)AuthorFilesLines
2013-06-04bpf: split up instructions and extensions from headerDaniel Borkmann1-0/+47
Move them into a separate header file, so that it is more clean. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
/th>016f98afd050f876845c49d3a0ad6dd0c30c5681 (patch) 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