diff options
author | John David Anglin <dave.anglin@bell.net> | 2019-04-12 19:12:04 -0400 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2019-05-03 23:47:40 +0200 |
commit | 6c63ef80014b60ab13bee7e683d0a95521bb7fdd (patch) | |
tree | 2b9908266692c3aba234f39350df1e3f1650dd1d /arch/c6x/platforms/Kconfig | |
parent | dbdf0760990583649bfaca75fd98f76afd5f3905 (diff) |
parisc: Remove lock code to serialize TLB operations in pacache.S
TLB operations only need to be serialized on machines with the Merced
(Stretch) bus. The only machines in this category are L and N class, and
they require a 64-bit PA 2.0 kernel. On these machines, we use local TLB
purges in the tmpalias routines.
We don't need to serialize TLB purges on all other machines. Thus, the
lock/unlock code can be removed when CONFIG_PA20 is not defined.
Further, when CONFIG_PA20 is not defined, alternative patching converts
the TLB purges to local purges when PA 2.0 hardware has been detected.
Signed-off-by: John David Anglin <dave.anglin@bell.net>
Tested-By: Sven Schnelle <svens@stackframe.org>
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/c6x/platforms/Kconfig')
0 files changed, 0 insertions, 0 deletions