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 _______________________________________________ Nouveau mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/nouveau
