parisc: BTLB: Initialize BTLB tables at CPU startup
authorHelge Deller <deller@gmx.de>
Thu, 7 Sep 2023 06:57:44 +0000 (08:57 +0200)
committerHelge Deller <deller@gmx.de>
Thu, 7 Sep 2023 07:12:20 +0000 (09:12 +0200)
commite5ef93d02d6c9cc3a14e7348481c9e41a528caa1
tree9e430ddde2716e8fa74209848159604760a215e9
parent3756597a684da9fbf966f91ed351033ac1a0f55f
parisc: BTLB: Initialize BTLB tables at CPU startup

Initialize the BTLB entries when starting up a CPU.
Note that BTLBs are not available on 64-bit CPUs.

Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/include/asm/cache.h
arch/parisc/include/asm/processor.h
arch/parisc/kernel/cache.c
arch/parisc/kernel/processor.c
arch/parisc/mm/init.c