[Nouveau] nouveau.c

Peter Hurley peter at hurleysoftware.com
Wed Mar 26 14:18:16 PDT 2014


On 03/26/2014 04:37 PM, Daniel Melo Jorge da Cunha wrote:
> And someone please tell me where do I find that ffs function.

ffs() is defined either by the arch
(eg., arch/x86/include/asm/bitops.h) or, if not implemented by
the arch, then generically in include/asm-generic/bitops/ffs.h

This is common pattern for many arch-dependent implementation
details.

Regards,
Peter Hurley



More information about the Nouveau mailing list