Re: [PATCH -v2] accel/habanalabs: Don't build the driver on UML

2025-05-08 Thread Johannes Berg
On Thu, 2025-05-08 at 10:57 +0200, Ingo Molnar wrote: > > > > I dunno. I guess we can put rdtsc() into UML on x86 as I suggested about > > the file placement, or we can also just fix the Kconfig there. > > The Kconfig solution looks much simpler to me too :) > > Patch attached, does this look go

Re: [PATCH -v2] accel/habanalabs: Don't build the driver on UML

2025-05-08 Thread Ingo Molnar
* Johannes Berg wrote: > On Thu, 2025-05-08 at 10:57 +0200, Ingo Molnar wrote: > > > > > > I dunno. I guess we can put rdtsc() into UML on x86 as I suggested about > > > the file placement, or we can also just fix the Kconfig there. > > > > The Kconfig solution looks much simpler to me too :)

[PATCH -v2] accel/habanalabs: Don't build the driver on UML

2025-05-08 Thread Ingo Molnar
* Johannes Berg wrote: > +linux-um > > On Wed, 2025-05-07 at 18:40 +, tip-bot2 for Ingo Molnar wrote: > > > > To resolve these kinds of problems and to allow to be included > > on UML, > > add a simplified version of , which only adds the rdtsc() > > definition. > > OK, weird, why wou