Re: [PATCH v2] sh: prefer _THIS_IP_ to current_text_addr

From: Andrew Morton
Date: Wed Aug 01 2018 - 18:22:39 EST


On Wed, 1 Aug 2018 15:06:33 -0700 Nick Desaulniers <ndesaulniers@xxxxxxxxxx> wrote:

> So the plan is to replace the 5 call sites of current_text_addr() with
> _THIS_IP_ (if possible), then delete all definitions of the arch
> specific current_text_addr()'s. This can be done on a per tree basis,
> rather than a treewide patch for converting _THIS_IP_ (who has many
> more call sites) to current_text_addr(). What do you think?

Sounds good to me.