Use the arrmv7 version for flushID too, as it does something different for SMP.

Submitted by:	Giovanni Trematerra <gianni at freebsd DOT org>
This commit is contained in:
Olivier Houchard 2012-11-14 10:59:42 +00:00
parent c1e470b528
commit b1c53e9711

View File

@ -1047,7 +1047,7 @@ struct cpu_functions cortexa_cpufuncs = {
/* TLB functions */
arm11_tlb_flushID, /* tlb_flushID */
armv7_tlb_flushID, /* tlb_flushID */
armv7_tlb_flushID_SE, /* tlb_flushID_SE */
arm11_tlb_flushI, /* tlb_flushI */
arm11_tlb_flushI_SE, /* tlb_flushI_SE */