diff options
author | Scott Wood <scottwood@freescale.com> | 2014-05-22 21:10:35 (GMT) |
---|---|---|
committer | Richard Schmitt <richard.schmitt@freescale.com> | 2014-05-26 14:08:07 (GMT) |
commit | 66458337a43ac940a1c6add44ffcc3fdfee20ee8 (patch) | |
tree | 676fb96dc43e70ebf7e65fce88ca6bb9762cf587 /block/elevator.c | |
parent | 99a5e1c100c6dd6330f000fae498f077ad85c84a (diff) | |
download | linux-fsl-qoriq-66458337a43ac940a1c6add44ffcc3fdfee20ee8.tar.xz |
powerpc/e6500: hw tablewalk: fix recursive tlb lock on cpu 0
Commit e2929e1e0ab910995090ce0714beab75618db694 "powerpc/e6500: Make
TLB lock recursive" introduced a bug whereby cpu 0 uses the same value
for "lock held" as is used to indicate that the lock is free. This
means that cpu 1 can acquire the lock whenever it wants, regardless of
whether cpu 0 has it locked, which in turn means we can get duplicate
TLB entries.
Add one to the CPU value to ensure we do not use zero as a "lock held"
value.
Signed-off-by: Scott Wood <scottwood@freescale.com>
Change-Id: I8c8013adc2e153f19d780a3b202c993054feb47f
Reviewed-on: http://git.am.freescale.net:8181/12823
Tested-by: Review Code-CDREVIEW <CDREVIEW@freescale.com>
Reviewed-by: Mihai Claudiu Caraman <mihai.caraman@freescale.com>
Reviewed-by: Richard Schmitt <richard.schmitt@freescale.com>
Diffstat (limited to 'block/elevator.c')
0 files changed, 0 insertions, 0 deletions