Skip to content
Commit faa7bc51 authored by Catalin Marinas's avatar Catalin Marinas
Browse files

Check whether the TLB operations need broadcasting on SMP systems



ARMv7 SMP hardware can handle the TLB maintenance operations
broadcasting in hardware so that the software can avoid the costly IPIs.
This patch adds the necessary checks (the MMFR3 CPUID register) to avoid
the broadcasting if already supported by the hardware.

(this patch is based on the work done by Tony Thompson @ ARM)

Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent da055eb5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment