Re: [PATCH] sparc/vdso: Add helper function for 64-bit right shift on 32-bit target

From: Koakuma
Date: Sun Aug 04 2024 - 13:31:05 EST


Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:
> Why does this sparc'ism need to be in generic code?

Doesn't x86 also have a couple functions that live in math64.h anyway?
That's why I thought it is fine to put it in there...

In any case, though, I am open to moving the function to sparc directory,
if that is indeed the proper place for that function.