Re: [PATCH 13/19] target/microblaze: Explode MO_TExx -> MO_TE | MO_xx

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 11/5/24 13:04, Philippe Mathieu-Daudé wrote:
Extract the implicit MO_TE definition in order to replace
it by runtime variable in the next commit.

Mechanical change using:

   $ for n in UW UL UQ UO SW SL SQ; do \
       sed -i -e "s/MO_TE$n/MO_TE | MO_$n/" \
            $(git grep -l MO_TE$n target/microblaze); \
     done

Signed-off-by: Philippe Mathieu-Daudé<philmd@xxxxxxxxxx>
---
  target/microblaze/translate.c | 36 +++++++++++++++++------------------
  1 file changed, 18 insertions(+), 18 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@xxxxxxxxxx>

r~




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux