Re: [ANNOUNCE] v4.11.7-rt3

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 29/06/17 09:50, Sebastian Andrzej Siewior wrote:
On 2017-06-29 02:30:12 [+0200], Bernhard Landauer wrote:
I'm unable to compile the ndiswrapper extramodule against 4.11.7-rt3
I am surprised that this is still needed.

I get lots of errors of the kind

'struct task_struct' has no member named 'cpus_allowed'; did you mean
'nr_cpus_allowed'?

What can I do?
You should only need a read copy and ->cpus_ptr is for that.
ntoskernel.h has this:

  #define tsk_cpus_allowed(tsk) (&(tsk)->cpus_allowed)

so should it become:

  #define tsk_cpus_allowed(tsk) ((tsk)->cpus_ptr)

?


kind regards
Bernhard
Sebastian

--
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [RT Stable]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux