cregit-Linux how code gets into the kernel

Release 4.7 arch/sh/include/asm/mutex.h

/*
 * Pull in the generic implementation for the mutex fastpath.
 *
 * TODO: implement optimized primitives instead, or leave the generic
 * implementation in place, or pick the atomic_xchg() based generic
 * implementation. (see asm-generic/mutex-xchg.h for details)
 */
#if defined(CONFIG_CPU_SH4A)
#include <asm/mutex-llsc.h>
#else
#include <asm-generic/mutex-dec.h>
#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
michael trimarchimichael trimarchi1376.47%150.00%
arjan van de venarjan van de ven423.53%150.00%
Total17100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}