提交 ddb953f8 编写于 作者: M Mark Rutland 提交者: Will Deacon

arm64: assembler: remove smp_dmb macro

These days arm64 kernels are always SMP, and thus smp_dmb is an
overly-long way of writing dmb. Naturally, no-one uses it.

Remove the unused macro.
Signed-off-by: NMark Rutland <mark.rutland@arm.com>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will@kernel.org>
Signed-off-by: NWill Deacon <will@kernel.org>
上级 170b25fa
...@@ -79,13 +79,6 @@ ...@@ -79,13 +79,6 @@
9990: 9990:
.endm .endm
/*
* SMP data memory barrier
*/
.macro smp_dmb, opt
dmb \opt
.endm
/* /*
* RAS Error Synchronization barrier * RAS Error Synchronization barrier
*/ */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册