Re: [PATCH v4 01/16] powerpc/xmon: Remove store_inst() for patch_instruction()

2020-03-22 Thread Nicholas Piggin
Jordan Niethe's on March 20, 2020 3:17 pm: > For modifying instructions in xmon, patch_instruction() can serve the > same role that store_inst() is performing with the advantage of not > being specific to xmon. In some places patch_instruction() is already > being using followed by store_inst(). In

[PATCH v4 01/16] powerpc/xmon: Remove store_inst() for patch_instruction()

2020-03-19 Thread Jordan Niethe
For modifying instructions in xmon, patch_instruction() can serve the same role that store_inst() is performing with the advantage of not being specific to xmon. In some places patch_instruction() is already being using followed by store_inst(). In these cases just remove the store_inst(). Otherwis