On Wed, 1 Aug 2018 15:06:33 -0700 Nick Desaulniers <[email protected]> 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.

