Linus Walleij [off-list ref] writes:
On Tue, Aug 15, 2023 at 9:30 AM Michael Ellerman [off-list ref] wrote:
quoted
Linus Walleij [off-list ref] writes:
quoted
quoted
- return ((unsigned long)__va(pmd_val(pmd) & ~PMD_MASKED_BITS));
+ return (const void *)((unsigned long)__va(pmd_val(pmd) & ~PMD_MASKED_BITS));
This can also just be:
return __va(pmd_val(pmd) & ~PMD_MASKED_BITS);
I've squashed that in.
Oh you applied it, then I don't need to send revised versions, thanks Michael!
Yeah, it's in my next-test, so I can still change it if needed for a day
or two. But if you're happy with me squashing those changes in then
that's easy, no need to send a v2.
cheers