[PATCH 4/7] powerpc/security: split branch cache flush toggle from code patching

2020-06-09 Thread Nicholas Piggin
Branch cache flushing code patching has inter-dependencies on both the link stack and the count cache flushing state. To make the code clearer and to separate the link stack and count cache handling, split the "toggle" (setting up variables and printing enable/disable) from the code patching. Sig

[PATCH 4/7] powerpc/security: split branch cache flush toggle from code patching

2020-06-09 Thread Nicholas Piggin
Branch cache flushing code patching has inter-dependencies on both the link stack and the count cache flushing state. To make the code clearer and to separate the link stack and count cache handling, split the "toggle" (setting up variables and printing enable/disable) from the code patching. Sig